您的位置:首页 > 其它

安卓开发之玩美解决ADT和SDK不一致问题

2015-09-16 14:37 281 查看
提示:This Android SDK requires Android Developer Toolkit version 21.1.0 or above. Current version is 21.0.1.2012-12-6-2-58. Please update ADT to the latest version.

这样的提示是由于SDK的版本号和ADT版本不符合,会早场AVD等打不开

方案1:更新ADT

在线更新(貌似最最)

在Help菜单中,选择software update…,选对available software,点击右侧的add site…,输入下载地址hhtps://dl-ssl.google.com/android/eclipse/

离线更新(强烈推荐)

下载ADT http://developer.android.com/intl/zh-CN/sdk/installing/installing-adt.html#Download

下载之后不要解压(其实官网上已经有说明了)

直接复制过来给大家

Start Eclipse, then select Help > Install New Software.

Click Add, in the top-right corner.

In the Add Repository dialog, click Archive.

Select the downloaded ADT-21.1.0.zip file and click OK.

Enter “ADT Plugin” for the name and click OK.

In the Available Software dialog, select the checkbox next to Developer Tools and click Next.

In the next window, you’ll see a list of the tools to be downloaded. Click Next.

Read and accept the license agreements, then click Finish.

If you get a security warning saying that the authenticity or validity of the software can’t be established, click OK.

When the installation completes, restart Eclipse.

方案2:降低SDK

修改D:\android\IDE\sdk\tools\lib目录下的plugin.prop文件中的21.1.0更改为20.1.0
http://blog.phpfs.com/archives/1361.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: