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

前端 未结 1 839
一个人的身影
一个人的身影 2021-02-19 14:37

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:09

    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 .

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

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