Android SDK Missing - android

Below is my current setup in my PC.
Eclise Indigo
Android SDK Platform - API 15
ADT version 18
I developed a simple android application, and was able to succesffully launch it in emulator and android phone. I need to test with galaxy tablet emulator. I found GALAXY Tab Android API 8 in Android SKD Manager. When I choose to install I'm prompted with a message "Missing SDK Platform Android, API 8". My questions are:
Where can I download Android sdk api 8?
Can api versions 15 and 8 coexist?
Can I get api 8 version etup within eclipse?
How do make this version as one of the target in the AVD Manager?
Please advise.

Open up your "SDK Manager" through your start menu, and once the SDK Manager has loaded select the Package "Android 2.2 (API 8)" and click the button in the lower right "Install Packages."
If you want to access the SDK Manager through Eclipse go to the "Window" tab at the top and then you should see the option "Android SDK Manager," click on that and follow the same steps as outlined above.
As far as your question "Can api versions 15 and 8 coexist," the answer is yes.

Related

How to create the AVD for Android 2.3 - API 9

I need to run the Android simulator with the 2.3 version (API 9) but I don't have this version available in the Android SDK Manager.
Currently I can install API 7, 8 and 10 up to the 19, but not 9.
Is there any way to run a simulator with this version?
Android API 9 is obsolete, and is not selected for downloading by default. You can access/select it by checking the "Obsolete" checkbox near the bottom of the SDK Manager.
Meanwhile a friend told me that there is a checkbox in the android sdk manager, named obsolete, that enables the installation of these old versions.

Can't see/select API 19 in Eclipse Indigo in project properties

Trying to update an app to newer version of android. Downloaded/installed API 19 and supporting files via SDK manager (as administrator), SDK manager shows that all files are installed - but when selecting [project properties - android]... api 19 is not listed. Can't include screenshots since i don't have enough reputation points - but screenshot would show SDK manager with installed android 4.4.2 (api 19), and a second screenshot showing android properties only listing up to api 18.
Closest post/solution found was how to access api 19 for android in eclipse?
but didn't help...
using Eclipse indigo
Many thanks for your help!!
You will need to update eclipse too after updating the SDK. Go to Help -> Check for updates and see if some component needs update.

Where can I get Android 2.2 (API 8) emulator?

I need to debug an applications I'm writing on Android API 8 but I can't find it on Android SDK manager.
I only have SDK Platform, Samples for SDK and Google APIs.
Where can I get it?
When you load up the SDK manager you will see a list of available android versions.
Tick the one that you want followed by install.
Then go to the AVD manager and create a new emulator and select API Android 2.2 as the OS for the device.
open eclipse >>window >> Android sdk manager >> and check mark api level 8 and download it then create new emulater and select API level 8 .

how to choose another API in Android SDK Manager revision 22.0.5

I would like to buy a smartphone with android 4.1.2 gelly bean
but I don't know if my apks will run on it.
At the moment I use 4.2.2. API in my Android SDK Manager Revision 22.0.5
Will it run on this smartphone?
If not, how can I change my API in the SDK?
Simply instal a previous API and create an emulator and then choose another target for the project?

Android 2.3 API is not available as a target option for AVD

I am new to android development, and I am trying to create an AVD for testing an app before pushing it to my phone (htc desire running android 2.3.5).
I am using the ADT bundle, and with SDK manager I have downloaded these:
4.2.2 (API 17)
4.1.2 (API 16)
2.3.3 (API 10)
2.2 (API 8)
But when trying to select target of the AVD, the only available options are API 17,16 and 8.
What is wrong?
Update:
I've already tried deleting and redownloading the API and it shows up in the android-sdk/platforms dir.
Restart eclipse after install packages i also have same problem and after restart eclipse i got all api levels in drop down list
I had the same problem because I had downloaded the sdk twice and my SDK manager kept updating first SDK while my IDE was working with the other one. SO check the preferences of your IDE and see if it points to the correct one. (in Eclipse go to windows> preferences> SDK location)
For Android 2.3.3, there will be three entries of relevance in the SDK Manager:
"SDK Platform", which for older API levels like 10 will contain the ARM emulator image
"Google APIs", which will contain an emulator image that has Google Maps in it
"Intel Atom x86 System Image", which will contain an emulator image that runs x86 opcodes instead of ARM opcodes (and, with the proper setup of your development machine, can run the emulator much faster)
If you install one or more of these, you should get API Level 10 appearing an an option for setting up an AVD.
If that does not work, you might consider editing your question and posting screenshots of your SDK Manager (specifically the 2.3.3 portion) and the AVD Manager (specifically your drop-down of available API levels).
Try updating the 2.3.3 API.
And you can also try to use BlueStacks if you wish to first test your app before trying it on your device.
Delete that api from SDK Manager and download it again.

Categories

Resources