Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

abc_ic_menu_moreoverflow_mtrl_alpha resource not found on project import #14

Open
thundergolfer opened this issue May 16, 2016 · 2 comments

Comments

@thundergolfer
Copy link

thundergolfer commented May 16, 2016

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

  1. Fork Auro repo and leave as is
  2. Open Android Studio and select Import existing project
  3. Error pops up: "Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment variable to .... "
  4. Select option "Fix plugin version and sync project"
  5. Gradle Sync Issue show up. "Gradle Version 2.10 is required, current version is 2.9..."
  6. Select option "Fix Gradle Wrapper and re-import project"
  7. 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.

@boswelja
Copy link

My support:design and support:palette are up-to-date and I still have this problem :(

@boswelja
Copy link

boswelja commented Nov 9, 2016

@thundergolfer You can replace all of the erroring lines with this: @drawable/abc_ic_menu_overflow_material

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants