How to download sdk api 17 for android? - android

I am not able to download adt bundle api 17 for phonegap 3.0,
I am configuring Phonegap 3.0 with Android Eclipse,When I am running android from Node.js Command prompt, It is giving error --Please install Android Target 17.Currently I am using ADT bundle SDK 4.3(API 18). In the SDK Manager only API 18 Version is showing.
Please tell me how to update or download API 17 for Phonegap 3.0.

http://developer.android.com go here and follow their short tutorials for beginner on how to make your first mobile application.
I really really don't suggest you to do any mobile application development for android before you don't read this tutorial.
It wil lteach you how to download everything you need.

1) Check your SDK Manager and install 4.2.2
2) Check manifest for android:minSdkVersion=" "
android:targetSdkVersion=" "
Hope you will solve it

Related

android studio, level and platform issue

I have android studio. It seems that I have an API Level of 20 and Platform 4.4W as Android Virtual Device which is a no no.
Can any one tell me step by step (or guide me to a link) that will show me how to put a Level 19 and
Platform 4.2.2 set on ADV.
This is the first time I download a program but am familiarizing myself with the source code files.
Thank you
Just open the SDK manager located under tools->Android->SDK Manager.
All the SDK's and necessary files are available there for download.
Once you downloaded the content it should just work.

Where can I Download API 17 android 4.2?

I need to download API 17 android 4.2, I'm searching in google but i cant find it. I dowloaded the last version KITKAT but I dont like it because I new in android and all examples in the internet use 4.0 or 4.2 versions
I think you can find the ADT here: http://developer.android.com/sdk/index.html
http://developer.android.com is a good starting point. To download code for a special api version you can use the SDK Manger which is included in the sdk/adt download.
Execute Android SDK MANAGER and select version 4.2.2 (API 17). This will download and install. You can check in your android-sdk/system-images/android-17

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.

setting android SDK for MonoDevelop on apple

I'm trying to run MonoDevelop on apple. I have instaled all the necessary SDK in AVD manager and i can run the simulator. I already setup in MonoDevelop->Preferences->SDK Location->Android SDK to /Developer/SDKs/android-sdk-macosx where i unpack the SDK packed from http://developer.android.com/sdk/index.html. When i try simple Hellou word demo run i get error :"The targetted Android api level cannot be found, please use the Android AVD manager to install the platforms you're targetting".
Where i can find which api lvl I'm targetting? I'm trying to run on api lvl 14.
At last i found it. I have to set the project options where is located target framework. It should correspond with the Android emulator version.

Download android 2.3.4 API

I need to download Android api 2.3.4.
But when I start Android Sdk manager, It shows me all the api options to download except Android 2.3.4.
Does anyone has idea how can i download android 2.3.4?
Thank You.
The API Level for the SDK is not quite the same as the version number for Android. Android version 2.3.4 corresponds with API Level 10, so just download API level 10 from the SDK and you should be good to go.
The 2.3.4 release was a maintenance release that only included internal fixes. No API changes were made: http://developer.android.com/sdk/android-2.3.4.html
Oddly, the second sentence of that release says that a new "Open Accessory API" was added in 2.3.4, so I'm not sure how that qualifies as no API changes ...
Looking in my downloaded "platforms" from the SDK manager, the android-10 platform seems to be based on 2.3.3 r2. I don't see any way to get a 2.3.4 image. (But I may be missing something.)
google only seems to have released the api for 2.3.1 and 2.3.3
When you will download Android SDK you will automatically get that API documentation in the SDK if updated.

Categories

Resources