Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update Android version 2.3.6

Tags:

android

I am using eclipse and installed android sdk which contains android 2.3.3 version but I want update my sdk and download android 2.3.6 version. When I am go through AVD SDK Manager and check available package but it doesn't show the package of android version 2.3.6

How to update android version in 2.3.6 because I want create android emulator 2.3.6 for installing development.apk on my nexus devices for debugging.

like image 625
Sandy Avatar asked Jan 12 '12 11:01

Sandy


4 Answers

There is no change in Api level from 2.3.3 to 2.3.6. So for an app developer it does not matter whether you are running app on 2.3.3 device or a 2.3.6 device. So google does not give a separate emulator for 2.3.6

like image 123
nandeesh Avatar answered Sep 25 '22 17:09

nandeesh


unfortunately, 2.3.6 has many bug fixes which mean that things that might work/fail on 2.3.6 fail/work on 2.3.3.

like image 20
mcr Avatar answered Sep 26 '22 17:09

mcr


this update is released for nexus devices & its same as api level 2.3.3

like image 32
Vishal Pawar Avatar answered Sep 25 '22 17:09

Vishal Pawar


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

Gingerbread 2.3.3 - 2.3.7 API level 10

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

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

like image 38
CRM Avatar answered Sep 24 '22 17:09

CRM