Reputation: 691
I updated everything in eclipse but when I restart my eclipse I got this error 'Android SDK requires android developer toolkit version 17.0.0 or above'
.
Then I Run software updates in Eclipse (Help > Check for Updates) and update the ADT but it says 'No updates were found.'
. Anyone have a solution for this?
Upvotes: 2
Views: 1173
Reputation: 1759
Can you check your android version in androidsdk\tools\lib\plugin.prop ?Probably correcting it to your original android version will work
Upvotes: 8
Reputation: 8533
Do Window
-> Android SDK Manager
and update /install packages. If that doesn't work download the SDK and extract it and then use Window
- Preferences
-> Android
to set the location and then run Android SDK Manager
Upvotes: 0