您的位置:首页 > 移动开发 > Android开发

ADT20新建项目Android Support library not installed问题

2016-01-25 16:41 561 查看
写道This template depends on the Android Support library, which is either not installed, or the
template depends on a more recent version than the one you hava installed. http://developer.android.com/tools/extras/support-library.html
Required version: 8
Installed version: Not installed

You can install or upgrade it by clicking the Install button below, or alternatively, you can
install it outside of Eclipse with the SDK Manager, the click on "Check Again" to proceed.

两个按钮:Install/Upgrade Check Again

按照提示安装升级了一下,再次Check Again, 还是这个错误提示。写道解决方案:首先确定SDK Mananger是否已经安装了Android Support library,若没有先安装。
进入\extras\android之后没有support文件夹但是有一个compatibility文件夹,新建support文件夹,将compatibility里面的东西复制到support里面。新建一个项目OK。如果compatibility文件夹没有的话,有可能就在\extras的同级目录下有一个android-compatibility文件夹,进入\extras\android\android-新建support文件夹,将compatibility里面的东西复制到support里面。新建一个项目OK。



阅读(3875) | 评论(0) | 转发(0) |

0
上一篇:在VC里如何用Makefile文件编译?

下一篇:Android SDK更新失败的解决方法

相关热门文章

SHTML是什么_SSI有什么用...

shell中字符串操作

卡尔曼滤波的原理说明...

关于java中的“错误:找不到或...

shell中的特殊字符

linux dhcp peizhi roc

关于Unix文件的软链接

求教这个命令什么意思,我是新...

sed -e "/grep/d" 是什么意思...

谁能够帮我解决LINUX 2.6 10...

给主人留下些什么吧!~~

评论热议
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: