I’ve been playing around with some Unity3D plugins lately. Trying out different ones to see what works and what doesn’t for my Infinite Meow game. At some point, I was trying out the Google Play Game Services plugin and got this error message when I was trying to make an Android build which prevented me from finishing the build.
Not sure what caused this error. It could be from the Google Play Game Services plugin itself or maybe some files that got left behind from uninstalling other plugins were creating some kind of conflict. There were a bunch of potential fixes on the internet, but this one worked for me.
- Go to the folder “Assets\GooglePlayGames\Editor\m2repository\com\google\games\gpgs-plugin-support\” and move the “0.9.xx” folder to a temporary place.
- In Unity go to the top menu and select “Assets > Play Services Resolver > Android Resolver > Force Resolve”. This will give an error.
- Put the “0.9.xx” folder back where you’ve moved it from.
- Go back to Unity and run the “Force Resolve” again.
- Start a new Android build and now the error is gone!
Source: https://github.com/googleads/googleads-mobile-unity/issues/569
Related Posts
July 11, 2013
Outlook.com’s UI Inconsistency
I like Outlook.com (revamped Hotmail), but there's an inconsistency in the Outlook.com's user interface which kind of bugs me.
October 6, 2011
Visual Story Class
Visual Story is a storytelling/film class 2011. Team Promo and Retrofit assignment.
Entertainment Technology Center, Carnegie Mellon
March 15, 2014
[FIX] Unity3D – Animation Must be marked as Legacy Warning
How to fix animation warning "must be marked as legacy" in Unity3D
April 6, 2017
[Unity3D] Copy to Clipboard Script for iOS & Android
Handy Unity3D script to copy to clipboard for mobile devices