Android Studio签名打包时出现in Gradle projects,always use http://schemas.android.com/apk/res-auto错误的解决办法

Android Studio自定义控件在使用的过程中,自定义属性命名空间声明的时候,需使用如下方式:

xmlns:android_custom="http://schemas.android.com/apk/res-auto"

而Eclipse中使用需如下格式:

http://schemas.android.com/apk/res/com.xxx.xxx  
完!!!

猜你喜欢

转载自blog.csdn.net/xialong_927/article/details/80674950