将现有应用程序移植到 gradle 构建系统并在从命令行进行构建时出现以下错误
error: No resource identifier found for attribute 'ignore_vertical_scroll' in package 'com.example.dummyapp'
现在是在使用它时'ignore_vertical_scroll'
定义的自定义属性,就像在布局中一样attrs.xml
abc:ignore_vertical_scroll="true"
xmlns:abc="http://schemas.android.com/apk/res-auto"
到目前为止,我读到的是这个 URI 是在 ADT 17.0 中添加的,以缓解自定义组件中的包名称问题。不知道这在 gradle 中是如何翻译的。