How to install older Android SDK in Eclipse

烂漫一生 提交于 2019-12-05 13:24:56

Here is a very helpful link that will probably answer your question: http://developer.android.com/sdk/installing/adding-packages.html

Basically, open up the Android SDK manager and it should give you a list of packages that you can install! From there you can choose old SDKs!

hey i faced the same issue as yours usually while updating due to this error , it is unable to fetch the older SDKs Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list.xml, reason: File not found

This is how you can fix it : 1) Go to Window > AndroidSDK Manager 2) select tools> options 3) set the proxy (if u r sitting behind proxy) 4) in checkboxes check Obsolete option (in Android SDK Manager) 5) go to Packages > reload (in Android SDK Manager)

This worked for me In case you are using windows7 . Go to Android SDK Manager location > right click > Run as Administrator

Best Regards, Ashwani kumar

I was having a problem with this also. I tried all of the things listed in the other answers here and nothing worked. I went into Tools/Options (in the Android SDK Manager) and checked "Force https:// sources to be fetched using http://" and reloaded and the older APIs magically appeared.

if u want minSDKversion from its maxSDKversion 1.select maxSDKversion and delete all old pakages . 2. after doing it sdk manager will show all its older versions . 3. select required version and install all packages again. :) :) it worked for me .. just try .

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!