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

▼魔方 西西 提交于 2019-12-04 01:39:57

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!