Status Update
Comments
au...@gmail.com <au...@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"
mi...@gmail.com <mi...@gmail.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
au...@gmail.com <au...@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
id...@gmail.com <id...@gmail.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
[Deleted User] <[Deleted User]> #7
same
ca...@gmail.com <ca...@gmail.com> #8
SAME ! - Google can't do sth working in 100 percent?
je...@gmail.com <je...@gmail.com> #9
same issue - Google Play services out of date. Requires 3159100 but found 3158130
je...@gmail.com <je...@gmail.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
ks...@google.com <ks...@google.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
I've even tried changing the debug type in Run/Debug configurations to Native from Hybrid which worked before with gradle-experimental.
Android Studio 2.2.3
Studio Build: AI-145.3537739
Version of Gradle Plugin: 2.2.3
Version of Gradle: 2.14.1
Version of Java: 8
OS: Windows 10
Tested on devices:
- Nexus 5 with latest Android 6
- Galaxy S6 with latest Android 6
- x64 emulator running Android 7.1
Steps to Reproduce:
1. Write an app with ndk code and compile it with Cmake and Clang
2. Set some breakpoints in the c/c++ code and run the app in debug mode
3. Android Studio will ignore the breakpoints