Only available SDK Target - Android 4.4W?

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

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

      

Installing only Android 4.4W and no other SDK targets? This causes problems because I could not select AVD inside eclipse. I was also unable to launch the SDK Manager with 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

      

+3


source to share


1 answer


All Android sdk files you download from developers.android.com will have 4.4W installed by default. Disappointing, I know. Therefore, you need to download an additional SDK before you can start coding phone apps if you don't plan on developing for android wear

.



What I would focus by the way is I also couldn't start up "SDK Manager"

. This can be a problem, indicating that something is not working as expected. Try running SDK Manager directly from the folder adt-bundle-windows-x86-20140702\adt-bundle-windows-x86-20140702\

. If that doesn't work (which should work, by the way), try running it from eclipse. If both refused, try uninstalling everything and downloading the SDK from the website again.

+2


source







All Articles