Error After Updating Adt In Eclipse
Last version of ADT in my eclipse was API 16, so I updated ADT (eclipse->Help->Install new software->Work with: ADT ) and then multiple errors occurred!!! I can not even o
Solution 1:
Recently i faced the same problem, it simply fails to update. It was mainly due to a packaging bug of Android. This is a problem many people might face. here is the workaround:
- Go to Help (in Eclipse)> about Eclipse SDK> Installation details and remove Android Development Tools (ADT).
- Go to Help (in Eclipse) > install new software > beside the 'work with' box click ''Add'' , type ADT as name and as location give this url: https://dl-ssl.google.com/android/eclipse/
- Then you will see developer tools, select Android development tools from there and click Finish. this should update your Android Development tools and solves many other consequential issues while updating SDK. So, basically you have to remove your old ADT and then only you can update from Google' repo given in the URL.
Post a Comment for "Error After Updating Adt In Eclipse"