Khush
Khush

Reputation: 877

Android sdk not detected in eclipse

I had the android set up in my eclipse, but when i try to open it, It asks me to set up the location in Preferences. The location being set in Preferences gives me an error to update the ADT. While updating the ADT plugin to the latest, installation throws an error after sometime.

Any help is appreciated.

error

Upvotes: 1

Views: 1771

Answers (4)

Venkatesh S
Venkatesh S

Reputation: 5494

SDK is working properly ... but ADT result in problem

Update your ADT to latest version that is your main problem ..the current version of your ADT is 14.0.0 but required ADT is 20.0.0 for your SDK

http://developer.android.com/sdk/installing/installing-adt.html

Upvotes: 1

user2618291
user2618291

Reputation:

do following.

1 --> Go to Help > install new software.
2 --> click on already installed?
3 --> click on android developement tools
4 --> click on update button (shown below)

Upvotes: 3

Prakhar
Prakhar

Reputation: 2310

Do this,

1) Update eclipse.

2) go to sdk manager and update the sdk platforms tools

3) restart eclipse it will work fine..

Upvotes: 3

Long Dao
Long Dao

Reputation: 1371

The best way is to download this bundle: http://developer.android.com/sdk/index.html

Everything you need to develop Android app is included here. You do not need to do anything. Cheers,

Upvotes: -1

Related Questions