错误:
1、/Users/apple/.gradle/caches/transforms-2/files-2.1/b98a94c89681e02ce407c85d1196f8ae/res/values/values.xml:44:5-226: AAPT: warn: multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?.
2、AAPT: error: duplicate value for resource 'attr/text' with config ''.
解决方案:
1、是string.xml中的 %s 导致编译失败,应该把%s 改成%1$s的形式
2、自定义view的属性和工程重复