码迷,mamicode.com
首页 > 其他好文 > 详细

最新版ADT新建项目报错解决办法(三)

时间:2015-02-12 16:18:07      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:sdk升级失败   sdk升级失败解决方法   adt报错   adt   

自从在谷歌官网下载了最新版的ADT,版本号version:23.0.2.1259578,集成版的(adt-bundle-windows-x86-20140702.rar)。笔者就走上了与报错斗争的道路,新建项目时总无故报错,提示内容为:

[2014-12-11 09:46:50 - test] E:\workspace\test\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2014-12-11 09:46:50 - test] 
[2014-12-11 09:46:50 - test] E:\workspace\test\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2014-12-11 09:46:50 - test] 
[2014-12-11 09:46:50 - test] E:\workspace\test\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2014-12-11 09:46:50 - test] 
[2014-12-11 09:46:50 - appcompat_v7] WARNING: unable to write jarlist cache file E:\workspace\appcompat_v7\bin\jarlist.cache
[2014-12-11 09:46:50 - appcompat_v7] WARNING: unable to write jarlist cache file E:\workspace\appcompat_v7\bin\jarlist.cache

最近笔者发现一个新方法,新建项目时,编译平台只要选择4.X(API 21)即可不报错,或者在appcompat_v7工程右键Peropeties属性选择Android,平台选择21也同样结果,提示报错资源文件可正常载入,当然你的得实现更新了你的SDK,更新失败的朋友可以移步:SDK更新失败:Fetching URL: https://dl-ssl.google.com/android/repository/...failed解决方案

如果这个方法不行,请戳:最新版ADT新建项目报错解决办法(一)最新版ADT新建项目报错解决办法(二)试试。希望对各位路过的朋友有所帮助!

转载请注明出处和链接:http://blog.csdn.net/xiong_it/article/details/42292065,谢谢!

最新版ADT新建项目报错解决办法(三)

标签:sdk升级失败   sdk升级失败解决方法   adt报错   adt   

原文地址:http://blog.csdn.net/xiong_it/article/details/43762245

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!