编程语言
首页 > 编程语言> > 检索父项时出错:找不到与给定名称“ Theme.AppCompat.Light”匹配的资源.我的R.java丢失了

检索父项时出错:找不到与给定名称“ Theme.AppCompat.Light”匹配的资源.我的R.java丢失了

作者:互联网

Google现在拥有Android Lollipop,我打开了sdk管理器,并决定更新几个软件包…从2天开始让我感到惊讶.
Can’t find theme

我也尝试过:Failed to rename directory

不成功.我试图从Google下载新的SDK并从头开始安装,但无法再次使用.
这是错误.

D:\~\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.

 D:\~\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.

D:\~\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.


  [1]: https://stackoverflow.com/questions/8839255/failed-to-rename-directory-tools-to-temp-toolpackage-old01-in-c-android-sdk-win

如果有人帮助我运行日食Juno,我将非常感谢.我也可以说我的某些旧应用程序正在使用较低版本,但是当我创建一个新应用程序时…错误:

import android.support.v7.app.ActionBarActivity;
It is not reading the android.suppor.v7

然后,如果我将其引用到我的android应用程序,我有一个!标志和许多错误,例如:

   D:\Android Studio\adt-bundle-windows-x86_64-20140702\sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:193: error: Error: No resource found that matches the given name: attr 'android:colorControlNormal'.
 D:\Android Studio\adt-bundle-windows-x86_64-20140702\sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:190: error: Error: No resource found that matches the given name: attr 'android:colorPrimary'.
 D:\Android Studio\adt-bundle-windows-x86_64-20140702\sdk\extras\android\support\v7\appcompat\res\values-v21\themes_base.xml:191: error: Error: No resource found that matches the given name: attr 'android:colorPrimaryDark'.

解决方法:

对于我来说,使用最新版本(21.0.2)的Android支持库,解决方案是将appcompat_v7项目的构建目标更改为API 21(Android 5.0),进行清理和重建.

标签:r-java-file,updating,eclipse,java,android
来源: https://codeday.me/bug/20191029/1956607.html