Search This Blog

Sunday 8 July 2012

Updating ADT 20.0.0 in Eclipse


Updating the ADT 20.0.0 in Eclipse



ADT 20.0.0 is release in June 2012 to work with latest release of Android 4.1 (API Level 16) release for Jelly Bean.


You need to update the ADT20.0.0 version for eclipse in order to develop your applications with API Level 16 of android SDK.


Update the ADT20.0.0 from the URL 


https://dl-ssl.google.com/android/eclipse/


Go to the Eclipse -> Help->Check for updates and click for updates. If you have any issues then verify the URL or change from https to http.


If you will get an error could not found repository then try adding the following line to eclipse.ini (located in eclipse directory)


-Djava.net.preferIPv4Stack=true


(To use the IPv4)


Please provide your comments and if you have any issues in installing or updating the ADT20.0.0.

No comments:

Post a Comment