2014-12-04 46 views
0

当我在Eclipse Indigo中创建一个Android项目时,我立即发现资源错误,setContentView(R.layout.main);更糟糕的是,现在正在运行的项目在构建时会清空'gen'文件夹。 不幸的是,使用谷歌为我提供了一百万个需要重新命名文件的项目引用,所以我想我会在这里问。eclipse中关于在创建新项目时没有找到资源的错误?

错误

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

请参阅这些http://stackoverflow.com/q/26431676/3879470 https://developer.android.com/tools/support-library/setup.html#libs -with-RES – 2014-12-04 08:22:29

回答

相关问题