刚开始开发android时直接装的SDK最新版本4.0.3(API 15), 最近要在开发中和大家统一SDK版本,需要再装版本2.3.X(API 10), 遂更新SDK manager,并安装低版本的SDK。速度很慢,更新了一下午。
问题一:更新完后,打开eclipse的SDK,提示“the SDK path was not in the preference”(好像是这么说的,我就记住了几个关键字)
打开Windows->Preference->Android 会有错误提示“this android sdk requires android developer toolkit version 21.0.0 or above Current version is....“ 你在更新AVD后,AVD的版本升级为当前最高版本,之前低版本的toolkit都无法使用,解决方法是android_sdk_windows_x86/tools/lib下的plugin.pro文件里的plugin.version改为更新前的AVD版本
# begin plugin.prop
plugin.version=21.0.0(改为16.0.0)
# end plugin.prop
然后重启SDKmanager和Eclipse,即可生效
问题二:更改了低版本的Toolkit后,运行应用程序提示:
The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that