Status Update
Comments
uc...@google.com <uc...@google.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
ks...@google.com <ks...@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"
au...@gmail.com <au...@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
xa...@google.com <xa...@google.com>
ks...@google.com <ks...@google.com>
ch...@google.com <ch...@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
au...@gmail.com <au...@gmail.com> #7
same
ch...@google.com <ch...@google.com> #8
SAME ! - Google can't do sth working in 100 percent?
Description
On both linux & mac setups, this is not an issue.
On windows I did NOT initially get the issue. It did not appear until after I had restarted windows. I.e. I still had 1.5 installed, I did an update and could build but hit an LLDB issue trying to run that I reported before so I had to uninstall and reinstall Android studio before I could run. That compiled and ran, however I had an unpushed commit elsewhere so I had to reboot to push it (dual boot OS, it was committed but not pushed in the other OS).
After trying various things (keep in mind, it still builds elsewhere) to the point of completely uninstalling & removing both AS (and any config) and my repo, I still couldn't resolve the problem. After bisecting my history, I was able to pinpoint a commit that is tripping whatever the problem is. The portion of that commit is an additional cpp file (TrailLibrary.cpp, not that it matters). The contents of the file do not matter (I deleted its contents and still had the issue), the mere existence is causing this issue.
The linker error is non-descriptive (by the way, what is the point of directing one to the log files if they contain the same stuff as is shown in the console window?):
Information:Gradle tasks [:app:generateAllDebugSources, :app:generateAllDebugAndroidTestSources, :app:prepareAllDebugUnitTestDependencies, :app:mockableAndroidJar, :app:compileAllDebugSources, :app:compileAllDebugAndroidTestSources, :app:compileAllDebugUnitTestSources, :freetype:generateAllDebugSources, :freetype:prepareAllDebugUnitTestDependencies, :freetype:mockableAndroidJar, :freetype:generateAllDebugAndroidTestSources, :freetype:compileAllDebugSources, :freetype:compileAllDebugUnitTestSources, :freetype:compileAllDebugAndroidTestSources, :libpng:generateAllDebugSources, :libpng:generateAllDebugAndroidTestSources, :libpng:prepareAllDebugUnitTestDependencies, :libpng:mockableAndroidJar, :libpng:compileAllDebugSources, :libpng:compileAllDebugAndroidTestSources, :libpng:compileAllDebugUnitTestSources]
Error:Execution failed for task ':app:linkWSArmeabi-v7aDebugAllSharedLibrary'.
> A build operation failed.
Linker failed while linking libWS.so.
See the complete log at: file:///C:/Dev/AGEProjects/WalkingSimulator/app/build/tmp/linkWSArmeabi-v7aDebugAllSharedLibrary/output.txt
Information:BUILD FAILED
Information:Total time: 29.169 secs
Information:1 error
Information:0 warnings
Information:See complete output in console
I have also attached the error chunk from a build with the --stacktrace and --debug flags if that is helpful.
Sadly as it stands I have nothing additional to add.
Build: 2.2.3, AI-145.3537739, 20161202,
1.8.0_76-release-b03x64 Oracle Corporation, Windows 10(amd64) v10.0 (1920x1080)
IMPORTANT: Please read