Error: The prefix “tools” for attribute “tools:overrideLibrary” associated with an element type “uses-sdk” is not bound

前端 未结 1 1338
梦毁少年i
梦毁少年i 2021-02-19 15:01

I got the following error while build apk file from unity on mac osx sierra. this also build fine before I reboot my macbook, but not now.

I\'ve added error details belo

相关标签:
1条回答
  • 2021-02-19 15:26

    Problem is usually caused by a plugin. Find AndroidManifest.xml from the plugin in your project, open it and then add xmlns:tools="http://schemas.android.com/tools" under <manifest xmlns:android="http://schemas.android.com/apk/res/android".

    Save it and rebuilt again. This should solve the problem. You can see what it should like from this post.

    0 讨论(0)
提交回复
热议问题