jerryh91
jerryh91

Reputation: 1795

Only Available SDK Target is Android 4.4W?

I downloaded the Eclipse ADT with Android SDK from the Official Android Site: https://developer.android.com/sdk/index.html?hl=i However in my SDK location upon opening the new eclipse, points to a location:

 \adt-bundle-windows-x86-20140702\adt-bundle-windows-x86-20140702\sdk

That only has Android 4.4W installed and no other SDK Targets? This is causing problems because I couldn't choose any AVD inside eclipse. I also couldn't start up "SDK Manager" getting the following error:

[2014-11-15 11:32:53 - SDK Manager] [SDK Manager] Error: Unable to access jarfile lib\archquery.jar 
[2014-11-15 11:32:53 - SDK Manager] [SDK Manager] Invalid path 
[2014-11-15 11:32:53 - SDK Manager] [SDK Manager] The system cannot find the path specified. 
[2014-11-15 11:32:53 - SDK Manager] [SDK Manager] The system cannot find the path specified. 
[2014-11-15 11:32:53 - SDK Manager] [SDK Manager] The system cannot find the path specified

Upvotes: 3

Views: 567

Answers (1)

Sajib Acharya
Sajib Acharya

Reputation: 1733

All the android sdk's you'd download now from the developers.android.com website would contain the 4.4W installed by default. Frustrating, I know. So you need to download additional SDK's before you can begin coding apps for phones unless you're planning on developing for the android wear.

What I would focus on, by the way, is I also couldn't start up "SDK Manager". This may be a problem, indicating that something is not working properly. Try running the SDK Manager directly from the adt-bundle-windows-x86-20140702\adt-bundle-windows-x86-20140702\ folder. If that doesn't work, (which by the way, should work), try running it from within eclipse. If both fails, try removing everything and re-downloading the SDK from the website again.

Upvotes: 2

Related Questions