Question

I am new to Android development, I just got Eclipse for the first time a few days ago. I've made a simple app in Eclipse which I've got running through the emulator, but it's pointed at Android 4.3.

In Eclipse I've gone to Window -> Android Virtual Device Manager -> Edit, but the only "Target" in the list is Android 4.3 - API Level 18. I am using Nexus 4 as the device to emulate.

I've Googled (and Stackoverflow'd!) around for this to no avail. I haven't seen any articles which clearly outline what needs to be done to get Android 4.1 to appear in that list, and if there are any steps afterwards that I need to follow.

Do I need to download anything; is it just a configuration thing?

Any advice would be much appreciated. Thanks.

Was it helpful?

Solution

You need to install the SDK packages for the versions you want to target. Open the Android SDK Manager from Window->Android SDK Manager, then check the box for the latest Android 4.1 (API level 16).

OTHER TIPS

I think you have installed Android 4.3 image only.

Try to install other SDKs using android SDK Manager.

Go to ur direcotry where you have placed your android sdk and run sdk manager

enter image description here

You will get whole list of supported API's

Just go ahead and download the required one enter image description here

Install SDK's and Plugin's if you haven't installed.. Go through the links I mentioned, you will have an actual idea.

Hope this helps.. :)

If want to configure in eclipse then you've to update the latest version in your SDK manager.You can also use android ADT-Bundle.it support all API level.You can download from the developer site.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top