Fixed
Status Update
Comments
nt...@gmail.com <nt...@gmail.com> #2
I notice the same issue and LogCat shows the following message:
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
uc...@google.com <uc...@google.com> #3
Same here.
"Google Play services out of date. Requires 3159100 but found 3136130"
"Google Play services out of date. Requires 3159100 but found 3136130"
an...@google.com <an...@google.com> #4
me as well....
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
nt...@gmail.com <nt...@gmail.com> #5
I was hopeful that the release of API 18 (4.3) would have created a solution to this, unfortunately it includes version 3158130
an...@google.com <an...@google.com> #6
Having the same issue:
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
nt...@gmail.com <nt...@gmail.com> #7
same
an...@google.com <an...@google.com> #8
SAME ! - Google can't do sth working in 100 percent?
nt...@gmail.com <nt...@gmail.com> #9
same issue - Google Play services out of date. Requires 3159100 but found 3158130
an...@google.com <an...@google.com> #10
Having the same issure:
07-26 03:14:00.731: W/GooglePlayServicesUtil(2566): Google Play services out of date. Requires 3159100 but found 3136130
07-26 03:14:00.731: W/GooglePlayServicesUtil(2566): Google Play services out of date. Requires 3159100 but found 3136130
nt...@gmail.com <nt...@gmail.com> #11
API 18 (4.3) same issue
07-26 03:54:03.303: W/GooglePlayServicesUtil(1207): Google Play services out of date. Requires 3159100 but found 3158130
07-26 03:54:03.303: W/GooglePlayServicesUtil(1207): Google Play services out of date. Requires 3159100 but found 3158130
la...@google.com <la...@google.com> #12
Same issue here.
Description
Android Studio 2.2.3
Build #AI-145.3537739, built on December 2, 2016
JRE: 1.8.0_76-release-b03 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Version of Gradle Plugin: 145.SNAPSHOT
Version of Gradle: 2.14.1
OS: Arch Linux
Steps to Reproduce:
1. Create a new Android project.
2. In the new project wizard, enable C++ support.
3. Set a breakpoint in native-lib.cpp
4. Start a debugging session, I used an emulator (Nexus S API 25).
5. Click "Evaluate expression" in the debugger panel.
6. Write some simple code using JNIEnv* env, for instance env->GetVersion() and press Enter.