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
After forking and importing Auro project to Android Studio, "@drawable/abc_ic_menu_moreoverflow_mtrl_alpha" resource cannot be found, resulting in build error.
Steps
Fork Auro repo and leave as is
Open Android Studio and select Import existing project
Error pops up: "Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment variable to .... "
Select option "Fix plugin version and sync project"
Gradle Sync Issue show up. "Gradle Version 2.10 is required, current version is 2.9..."
Select option "Fix Gradle Wrapper and re-import project"
Attempt to run project
Expected Output
Project runs and app can be tested on connected Android debugging enabled device
Actual Output
7-8 errors all to do with a missing resource
"No resource found that matches the given name(at 'src' with value '@drawable/abc_ic_menu_moreoverflow_mtrl_alpha')"
Environment
Windows 10 Operating System
Android Studio 2.1.1
Notes
The first to hang-ups on project import probably have little to do with actual resource error.
I apologise if this is an obvious fix on my end. I am new to Android development. This kind of problem is referenced in this commit on another Android app project.
The text was updated successfully, but these errors were encountered:
Summary
After forking and importing Auro project to Android Studio, "@drawable/abc_ic_menu_moreoverflow_mtrl_alpha" resource cannot be found, resulting in build error.
Steps
Expected Output
Project runs and app can be tested on connected Android debugging enabled device
Actual Output
7-8 errors all to do with a missing resource
"No resource found that matches the given name(at 'src' with value '@drawable/abc_ic_menu_moreoverflow_mtrl_alpha')"
Environment
Windows 10 Operating System
Android Studio 2.1.1
Notes
The first to hang-ups on project import probably have little to do with actual resource error.
I apologise if this is an obvious fix on my end. I am new to Android development.
This kind of problem is referenced in this commit on another Android app project.
The text was updated successfully, but these errors were encountered: