ADT20新建项目Android Support library not installed问题(2012-09-02 14:58) 标签: div 项目 Android library depends 分类: Android

写道 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新建support文件夹,将compatibility里面的东西复制到support里面。新建一个项目OK。

更多相关文章

  1. android tween动画效果
  2. Android(二)HelloWorld,Android(上)
  3. Android应用开发相关下载资源(2014/12/14更新)
  4. Android(安卓)layout_margin 无效的解决办法
  5. Android应用开发相关下载资源(2014/12/14更新)
  6. Android(安卓)layout_margin 无效的解决办法
  7. Android之新建项目
  8. android 开发者资源下载地址记录(转+补充)
  9. Eclipse for Android开发环境设置

随机推荐

  1. Android调用摄像头取像
  2. Unit Testing in Android
  3. android stagefright 的 render
  4. 在Android Studio上测试运行,Unity发布成A
  5. Android下使用TinyXml读取xml配置文件(Coc
  6. 下载Android Sdk源码方法
  7. 利用maven对android项目dubug
  8. Android使用MediaRecorder实现录音功能相
  9. Android(安卓)Fragment生命周期深入探究
  10. Android都支持哪些Java特性