Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

4.4.4 not in Android SDK manager

I need to do some testing with 4.4.4 and it isn't available in my Android SDK Manager? Any ideas on what I'm doing wrong?

Image of SDK Manager

like image 560
steve Avatar asked Aug 31 '14 23:08

steve


People also ask

How do I fix Android SDK missing?

To fix the issue of missing Android SDK follow the below mentioned steps: Open your Android studio & go to the configure option present at the bottom of the window. Now go to “project default” option & then select project structure option. In project structure dialog box change the SDK location to “ C:\Android\sdk”.

What is the SDK version of Android 4.4 2?

The Android Mobile Messaging SDK version 4.4. 2 uses: Minimum API version 19. Compile API version 28.


1 Answers

There is no problem at you Android SDK Manager, you just have to download the API 19. The API 19 is used by all the KitKat devices.

So in Android SDK Manager you should download the package below:

Android 4.4.2 (API 19)

It is going to work for all the KitKat (4.4.x) devices, including 4.4.4 that is a patch with fix/improvements from 4.4.


For further, take a look at the developer site about android 4.4:

https://developer.android.com/about/versions/android-4.4.html

like image 62
lcsvcn Avatar answered Oct 02 '22 06:10

lcsvcn