I've run MaterialSearchView successfully (from a cloned repo) but can't seem to get it to run as a dependency. After following the steps in the README, the project seems alright in android studio (all styles have their corresponding icon/color in the left pane in the IDE). Build fails, however, with message:
C:\MyAndoridProject\app\src\main\res\layout\activity_main.xml:17: AAPT: error: attribute voiceIconEnabled (aka com.my.package:voiceIconEnabled) not found.
Why is it looking in the current package for the respective resources instead of the gradle cache? Upon going to resource declarations from android studio I'm correctly pointed to the cache. The build, on the other hand, is not. Why?
I've run MaterialSearchView successfully (from a cloned repo) but can't seem to get it to run as a dependency. After following the steps in the README, the project seems alright in android studio (all styles have their corresponding icon/color in the left pane in the IDE). Build fails, however, with message:
C:\MyAndoridProject\app\src\main\res\layout\activity_main.xml:17: AAPT: error: attribute voiceIconEnabled (aka com.my.package:voiceIconEnabled) not found.Why is it looking in the current package for the respective resources instead of the gradle cache? Upon going to resource declarations from android studio I'm correctly pointed to the cache. The build, on the other hand, is not. Why?