Theme.AppCompat.Light.DarkActionBar ActionBarActivity

关于android-support-v7-appcompat.jar的引用,这个不单纯的把jar拷贝到项目lib文件夹下的,不然就会报一堆主题找不到的2b问题,

正确方法如下:

1.找到android sdk目录/extras/android/suppor/v7/appcompat(没有的去sdk manager里下),然后在eclipse里面导入这个工程,如果libs目录下没有android-support-v7-appcompat.jar和android-support-v4.jar,请找到对应目录拷贝进去,clean下,确保编译通过。

2.然后在你要用的工程中,选择properties - android - is library 下面add上面工程的,这样就引用进来了

时间: 2024-10-06 15:33:06

Theme.AppCompat.Light.DarkActionBar ActionBarActivity的相关文章

No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.

出现这种情况可有2种方法解决: 1方案:clean项目,可能解决问题 2方案:1方案未解决问题,android 版本过低,右键你的项目->Properties->Android ,选择API level 11 ,或者更高的,同时添加appcompat_v7库(必须在bulid path添加android-support-v4.jar) No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionB

安卓开发中Theme.AppCompat.Light的解决方法

styles.xml中<style name="AppBaseTheme" parent="Theme.AppCompat.Light">提示如下错误,这是版本问题. error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'. 解决方法: 在Eclipse中打开任意一个.java文件,输入  

android中出现Error retrieving parent for item: No resource found that matches the Theme.AppCompat.Light

styles.xml中<style name="AppBaseTheme" parent="Theme.AppCompat.Light">提示如下错误,这是版本问题. error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'. 解决方法: 在Eclipse中打开任意一个.java文件,输入  

Android Theme.AppCompat.Light的解决方法

styles.xml中<style name="AppBaseTheme" parent="Theme.AppCompat.Light">提示如下错误: error: Error retrieving parent for item: No resource found that matches the given name  'Theme.AppCompat.Light'. 解决方法: 将 <style name="AppBaseThe

关于minSdkVersion=&quot;8&quot; 升级appcompat_v7包主题&quot;Theme.AppCompat.Light&quot;等不存在的问题

关于minSdkVersion="8" 升级后,又不想用 appcompat_v7包, 那么appcompat_v7主题"Theme.AppCompat.Light"等不存在,,会产生编译错误, 方案: 找到 高级版本 对应 的主题就可. 下面以升级 到14为例. 原来作用 Theme.AppCompat.Light 的替换成@android:style/Theme.Holo.Light就可. <!-- <style name="AppBase

Theme.AppCompat.Light的解决方法

style name="AppBaseTheme" parent="Theme.AppCompat.Light" 改为 改为 style name="AppBaseTheme" parent="android:Theme.Light" 同理,将 style name="AppBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar" 改

编译或运行时可能会出现错误: Error:Error retrieving parent for item: No resource found that matches the given name “Theme.AppCompat.Light”

这个问题我在刚开始写"HelloWorld"时就遇到,以为是API版本太高,下载了常用的API 19.17--一系列的,后来还是有问题.就上网查了很多,遇到几篇不错的文章,记录下来,方便以后查看. No resource found that matches the given name 'Theme.AppCompat.Light 的完美解决方案  http://www.360doc.com/content/15/0316/15/9200790_455576135.shtml And

Theme.AppCompat.Light无法找到问题(转)

使用adt开发新建一个Android app,选择支持的SDK版本如果小于11(Android3.0)就会报如下错误. error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'. 官网给出的答案是: https://developer.android.com/tools/support-library/setup.html#add-l

解决IDEA下运行android项目 No resource found that matches the given name &#39;Theme.AppCompat.Light&#39;.

1.右击项目选择 解决IDEA下运行android项目 No resource found that matches the given name 'Theme.AppCompat.Light'.