您的当前位置:首页正文

AndroidStudio自定义属性xmlns无法识别问题解决in Gradle projects,always use http://schemas.android.com/apk/res-auto

来源:九壹网

正如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就会自动查找自定属性的


因篇幅问题不能全部显示,请点此查看更多更全内容

Top