Status Update
Comments
cp...@gmail.com <cp...@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"
ks...@google.com <ks...@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
xa...@google.com <xa...@google.com>
ks...@google.com <ks...@google.com>
an...@google.com <an...@google.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
[Deleted User] <[Deleted User]> #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
ks...@google.com <ks...@google.com> #7
same
cp...@gmail.com <cp...@gmail.com> #8
SAME ! - Google can't do sth working in 100 percent?
ks...@google.com <ks...@google.com> #9
same issue - Google Play services out of date. Requires 3159100 but found 3158130
Description
Version of Gradle Plugin: 2.3.1
Version of Gradle: 3.3
Version of Java: 1.8.0_112-release-b06 amd64
OS: Linux Mint 17.1 MATE 64-bit
---
Version of NDK: 14.0.3770861
Steps to Reproduce:
- Steps to reproduce the vulnerability:
1) Create sample Android Studio project with C++ support (I also enabled exceptions, RTTI and C++11)
2) Add large header file (it contains large std::string) std::string x = { 0x00, 0x00, ..., 0x00};
My string has length 2489801.
3) Include header file in compilation (I just included header from sample native-lib.cpp created by Android Studio)
- What happened:
Android Studio hangs and occupies all of CPU and free memory. (see attached Selection_001.png)
- What do you think the correct behavior should be.
Shouldn't hang and occupy all memory if large C++ file is used.
With usual size C++ files all is OK.