今天导入网上下载的一个项目的时候。遇到了这种情况。清单文件

android:allowBackup="true"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.NoActionBar"
tools:ignore="GoogleAppIndexingWarning"

等属性均遇到了这个问题。提示: is  not allowed here.

最后 在  

manifest节点  添加:
xmlns:tools="http://schemas.android.com/tools"  

问题解决。

XML布局和清单文件中 attribute:xxx is not allowed here

相关文章:

  • 2021-09-14
  • 2021-11-12
  • 2021-07-29
  • 2018-11-22
  • 2021-04-07
  • 2021-09-11
猜你喜欢
  • 2019-11-20
  • 2021-08-27
  • 2021-10-29
  • 2021-11-02
  • 2021-10-07
  • 2021-06-04
  • 2021-11-27
相关资源
相似解决方案