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
am...@gmail.com <am...@gmail.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"
am...@gmail.com <am...@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
am...@gmail.com <am...@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
[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
Description
supply all required information.
Android Studio 2.3 Canary 3
Build #AI-162.3561852, built on December 9, 2016
JRE: 1.8.0_112-release-b05 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Version of Gradle Plugin: 2.3.0-alpha3
Version of Gradle: 3.2
OS: Win 10
Steps to Reproduce:
After updating to 2.3 to support another bug report I found that my c++ project will no longer build.
#ifdef LIBRAW_USE_OPENMP
#include <omp.h>
#endif
Error:(53, 10) 'omp.h' file not found
However, that directive is not set, so I have no idea why it's trying to load that header.