You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: