Bug记录
XML中出现错误:
In Gradle projects, always use http://schemas.android.com/apk/res-auto for custom attributes
http://schemas.android.com/apk/res/com.xxx.xxx
解决方案:
根据提示信息修改为:http://schemas.android.com/apk/res-auto
本文解决了一个出现在Gradle项目中的XML配置错误问题。具体表现为使用了错误的自定义属性URL,正确的做法是将其替换为'http://schemas.android.com/apk/res-auto'。
Bug记录
XML中出现错误:
In Gradle projects, always use http://schemas.android.com/apk/res-auto for custom attributes
http://schemas.android.com/apk/res/com.xxx.xxx
解决方案:
根据提示信息修改为:http://schemas.android.com/apk/res-auto

被折叠的 条评论
为什么被折叠?