Android studio b Error: No resource found that matches the given name (at 'src' with value '@dra...

问题原因

Android studio b Error: No resource found that matches the given name (at 'src' with value '@dra..._第1张图片
问题贴出代码:

No resource found Errors for support:appcompat-v7:22.0.0
或者
E:\????\okhttp-utils-master\sample-okhttp\build\intermediates\res\debug\layout\notification_media_cancel_action.xml:18: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/abc_ic_clear_mtrl_alpha').

    一般出现这个情况有两种原因:
1、项目路径包含中文字
2、也会由于项目路径长度太长导致(window系统下)

解决办法

关掉项目,
1、把项目移到不含中文字的目录下
2、把项目尽可能移到绝对路径较短下,比如直接D盘下,或者下一级里面!

你可能感兴趣的:(android,android,编译,错误,Studio,no-found)