当我在Eclipse Indigo中创建一个Android项目时,我立刻就会出现资源错误,setContentView(R.layout.main);
更糟糕的是,现在正在运行的项目清空了'gen'
个文件夹正在建设。
不幸的是,使用谷歌给了我一百万个引用需要重命名或重建文件的项目,所以我想我会在这里问。
错误
Description Resource Path Location Type error: Error: No resource found that matches the given name: attr 'android:actionModeShareDrawable'. themes_base.xml /appcompat_v7/res/values-v11 line 352 Android AAPT Problem error
您提供的链接没有帮助我? 请帮帮我?
appcompat-v7:21.0.0': No resource found that matches the given name: attr 'android:actionModeShareDrawable'
答案 0 :(得分:0)
您应该修复导入导入支持库
https://developer.android.com/tools/support-library/setup.html
问题是您的开发环境无法解决与无法编译的资源相关的问题,因为它无法找到您项目正在使用的外部资源的适当引用