正如in Gradle projects,always usehttp://schemas.android.com/apk/res-auto for custom attributes所说的
将eclipse中
http://schemas.android.com/apk/res/com.xxx.xxx换成
http://schemas.android.com/apk/res-auto这样Gradle就会自动查找自定属性的
本文介绍如何在Gradle项目中正确配置自定义属性,通过将Eclipse项目的自定义属性URL从特定命名空间更改为'http://schemas.android.com/apk/res-auto',实现Gradle对自定义属性的自动识别。
正如in Gradle projects,always usehttp://schemas.android.com/apk/res-auto for custom attributes所说的
将eclipse中
http://schemas.android.com/apk/res/com.xxx.xxx换成
http://schemas.android.com/apk/res-auto
3万+
924
6866

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