playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.46k stars 964 forks source link

Error while saving blame file, build will continue #1827

Open UnityArsh opened 7 years ago

UnityArsh commented 7 years ago

Hi there, I'm getting these errors on builds only when i download the play services and admob plugin. I have the latest Unity version and SDK 25.

Error: Error while saving blame file, build will continue Error: The prefix "tools" for attribute "tools:overrideLibrary" associated with an element type "uses-sdk" is not bound.

And

AndroidSDKToolsException: Unable to merge android manifests. See the Console for more details.

Play services library is 11.0.2 (All of them) and no duplicates that i can find, Also I am using Unity Ads plugin which has no effect on the build prior

Thanks for your time

lsmsc commented 7 years ago

Hi, please try adding

xmlns:tools="http://schemas.android.com/tools"

to your Android Manifest. It fixed a similar error for me....

UnityArsh commented 7 years ago

I tried putting it underneath xmlns:android="http://schemas.android.com/apk/res/android", but i still get errors, It might be a "plugin version" issue between the admob plugin and play services plugin. I'm getting help on the admob github page.