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?
Asked
Active
Viewed 1.5k times
17
-
1Did you find avd 4.4.4? – powder366 Sep 29 '14 at 22:49
1 Answers
13
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

lcsvcn
- 1,184
- 3
- 13
- 28
-
3Ok, 4.4.2 is downloaded and working, but a user is having an issue with 4.4.4 that I currently can't reproduce, so I thought that could be the issue. – steve Sep 01 '14 at 00:08
-
@steve It might be problem at the IDE. I have had a similar problem at Android Studio, maybe say to him try another IDE to check if it solves... – lcsvcn Sep 01 '14 at 00:34
-
4I also had a user having a problem with 4.4.4 can't reproduce in 4.4.2 – powder366 Sep 29 '14 at 22:24
-
3
-
-
Was using the Android SDK with AVD Manager originally, but ended up going with Genymotion who had 4.4.4. – Whatevo Oct 20 '14 at 15:30