How to update version of Android 2.3.6

I use eclipse and installed a sroid sroid containing version of Android 2.3.3, but I want to update sdk version and download Android version 2.3.6. When I look through the AVD SDK Manager and check the available package, but it does not show the version 2.3.6 package for Android.

How to update Android version in 2.3.6, because I want to create an Android 2.3.6 emulator to install development.apk on my device-connected devices for debugging.

+7
source share
6 answers

This update is released for nexus devices and matches api level 2.3.3

+3
source

There are no changes in the Api level from 2.3.3 to 2.3.6. Therefore, it does not matter for the application developer whether you are using the application on device 2.3.3 or device 2.3.6. So Google does not give a separate emulator for 2.3.6

+7
source

Unfortunately, 2.3.6 has many bug fixes, which means that things that can work / fail on 2.3.6 do not work / 2.3.3.

+5
source

According to the information provided on the official website, version 2.3.6 is the same as 2.3.3 (in terms of application development):

Gingerbread 2.3.3 - 2.3.7 API Level 10

However, you do have source code tags (e.g. android-2.3.6_r0.9 ) that you can use to download sources for your devices.

More information can be found here: Code Names, Tags, and Build Numbers

+3
source

Android SDK 2.3.3 supports all versions from 2.3.3-2.3.7

No need to update SDK

+2
source

The official versions of Android versions in the emulator:

Android 3.2 Android 3.1 Android 3.0 Android 2.3.4 Android 2.3.3 Android 2.2 Android 2.1

therefore 2.3.6 will be the same as 2.3.4

+1
source

All Articles