Can't find resource identifiers from AAR in XML
问题 I developed a custom Preference for an application. It has two custom attributes. I'm trying to move the Preference to a library project to reuse in other projects. I moved the Java file along with the corresponding layout and attr XML files. Here's the attr file in the library project: <?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="NumberPickerPreference" > <attr name="minValue" format="integer" /> <attr name="maxValue" format="integer" /> </declare-styleable> <