-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Big bug last play services andorid sdk 10.0 #312
Comments
Same here, it just asked me to update to 10.0.1 and still won't run. |
Logcat output:
I think it's also related to #314 and #313 . I was using Firebase Analytics (1.0.0), Play Game Services (0.9.35) and Admob (3.1.1) and it asked me to upgrade play services from 9.8 to 10.0, it crashed my app on laucnh. I don't remeber if it was at this moment that I upgraded Admob and Firebase to letates builds, but when I reopend Unity it asked me to update from 10.0 to 10.0.1 and still crashed. Removing all te Google Services files and reimporting didn't work either. |
This issue is caused by Firebase and AdMob using conflicting Google Play services dependency versions. As a workaround, do the following:
There will be updates made to the Play Services Resolver library to account for conflicting versions of dependencies, resolving this issue without the aforementioned workaround. |
It's working perfectly now, thanks! |
Yes, for anyone having these issues, look up ALL Deps files related to Google and change the "9.8+" to "LATEST". Remove any 9.8.0 files you may have in Android >> Plugins and Resolve Jars. |
Closing this issue as the latest version of the Play Services Resolver library should account for conflicting versions of dependencies. |
After update my android sdk from 9.80 to 10.0, my phone cant run apk.
Unity versiyon 5.4.3
The text was updated successfully, but these errors were encountered: