complez
complez

Reputation: 8332

ADT - Android SDK manager shows update installed with a red mark

I am using ADT with Eclipse on MacOSX. Yesterday, after I installed some updates via the Android SDK manager, the IDE no longer recognizes the SDK. In the SDK, the update shows being installed with a red mark.

enter image description here

After I install the SDK build-tools 17. Still not work in ADT

enter image description here

The sdk path is correct, I can open sdk manager from menu of eclipse. BTW, when I open eclipse it display a message like this, but nothing when I press check for updates

enter image description here

Upvotes: 0

Views: 443

Answers (3)

Umer Farooq
Umer Farooq

Reputation: 7486

This mostly occurs because the IDE is incapable of finding the path where the android SDK is installed. Check if the path set in your IDE is the correct path, try setting that manually by going to

 Window - Preferences - Android - SDK Location and setup SDK path.

then go to:

Window > Preferences > General > Startup and shutdown: Check "Android development toolkit"

& restart eclipse from File menu.

Upvotes: 2

Prakhar
Prakhar

Reputation: 2310

i your picture the build tools are not installed first install them and restart eclipse and enjoy and if any other problem comes type in commments

Upvotes: 0

Shadow
Shadow

Reputation: 6899

It's new update of Android SDK manager to indicate installed platforms.. Nothing to worry about that. Update Android build tool 17 also.Surely it will work.

Upvotes: 0

Related Questions