Questions tagged [android-version]

The version history of the Android mobile operating system began with the release of the Android beta in November 2007. The first commercial version, Android 1.0, was released in September 2008. Android is under ongoing development by Google and the Open Handset Alliance (OHA), and has seen a number of updates to its base operating system since its initial release.

Since April 2009, Android versions have been developed under a confectionery-themed code name and released according to alphabetical order: Cupcake (1.5), Donut (1.6), Eclair (2.0–2.1), Froyo (2.2–2.2.3), Gingerbread (2.3–2.3.7), Honeycomb (3.0–3.2.6), Ice Cream Sandwich (4.0–4.0.4), Jelly Bean (4.1–4.3), and KitKat (4.4). On 3 September 2013, Google announced that 1 billion activated devices now use the Android OS worldwide. The most recent major Android update was KitKat 4.4, which was released to commercial devices on 22 November 2013, via an OTA update.

Reference: http://en.wikipedia.org/wiki/Android_version_history

281 questions
1
vote
1 answer

Integrating google drive with a 2.1+ android application

I'm trying to have my apps sync their database with drive so that the app data is n'sync throughout all his devices. I did some research and found this quickstart, Dr.Edit but when I downloaded the source code for a closer inspection I realised it's…
Frank
  • 2,777
  • 5
  • 18
  • 30
1
vote
2 answers

If app only targets Android 4.0 and up, can v4 support library be removed from project?

I've written an app that only targets Android 4.0 (Ice Cream Sandwich) and up. android-support-v4.jar seems to be a dependency in my Eclipse project by default. Since I'm not targetting any lower than 4.0, can I remove this support library as a…
1
vote
0 answers

Issue to run javascript in webview with Android version 4.0.3

I'm doing some stuffs. I got unbelievable issue with Webview. I am not able to run javascript with webview in android version 4.0.3. I'm calling webpage that contains java script. I am able to run that with all the version remaining 4.0.3. Is it…
CKnDROID
  • 123
  • 1
  • 3
  • 13
1
vote
3 answers

Andengine setText unexpected behaviour in android 2.3.3

I have this code: score = new Text(20, 50, font, "0123456789.()abcdefghijklmnopqrstuvwxyz", vbom); score.setText(""); scene.attachChild(score); I read in internet, that in beginning of using Text, need to list all chars which will be used. In…
Aleksandrs
  • 1,488
  • 1
  • 14
  • 34
1
vote
1 answer

Emulator rotation issue after updating Android SDK to rev 21 and Android Platform tools to rev 16

I have updated my Android SDk to rev 21 and SDK tools rev to 16. I created a new AVD and launched it. Now when I rotate the screen it get rotated but actual activity doen not rotates accordingly. It always display it in portrait mode. Portrait mode…
Nishant
  • 32,082
  • 5
  • 39
  • 53
1
vote
4 answers

Android versions clarification

I'm going to develop an app for Galaxy Tab. So I want to know, if I develop it under Android 2.3.3, if it will work in all later versions (up to 4.2). My customer wants the app to be run on Galaxy Tab and Huawei Media Pad. What would be the…
CNB
  • 275
  • 1
  • 3
  • 6
1
vote
6 answers

how to get Android platform code-names like Honeycomb

In my application I want to show the Android OS code name of the device. i.e. I want to get the android OS code names like Honeycomb or Gingerbread pragmatically at run time from device. Is there any way to get that codename sting itself? I want’s…
Raj
  • 1,843
  • 2
  • 21
  • 47
1
vote
1 answer

Why when I create new xml layout the control in palette change to old version of control in Android?

First I create my project that minSdkVersion="13" and targetSdkVersion="15". But when I create new xml for layout, the control of the Palette at the left side show the old version of control. And When it's launch in emulator(version 4.0.3) it's…
kongkea
  • 9,788
  • 12
  • 39
  • 49
1
vote
1 answer

Admob and API version 8

I develop on an.. let's say: not ultramodern computer, and were doing fine so far developing with the emulator for API version 8. Now I try to use Admob (after meddling with "Adsense for Mobile Apps" which never displayed any ads for some reason),…
richey
  • 3,890
  • 9
  • 35
  • 49
1
vote
2 answers

What version to choose?

When installing the SDK i read something about 97% of phones support Android 2.1 My question is should i, when opening a new project choose to compile it to Android 2.1? Will apps written for 2.1 work in newer version? Will the opposite work? if i…
eric.itzhak
  • 15,752
  • 26
  • 89
  • 142
0
votes
2 answers

Android SDK Error: Version

I have worked today on a project, which had no errors, and after a sort break, when I re-opened eclipse, I got the following error: I have tried searching for a solution, but the error is to long in length to find any results. I even…
funerr
  • 7,212
  • 14
  • 81
  • 129
0
votes
2 answers

Android: Difference in appearance

hope this will be a quick easy question, I've just tried my app on my old phone and it looks better (personal oppinion) on my older HTC Desire then my newer Samsung SII. The main part is the rounding of corners on most things. Do you know where that…
Purplemonkey
  • 1,927
  • 3
  • 27
  • 39
0
votes
4 answers

android app to be runned only in 2.2 and 2.1 versions

in my app i have two set of designs. One design is for the android devices version of 2.1 and 2.2, the other design is for devices of 2.3 and above. Now the problem is i take a build setting as follows in my manifest file
Siva K
  • 4,968
  • 14
  • 82
  • 161
0
votes
3 answers

Error when opening previous android project in Eclipse

I need to open a previousely developed android application in Eclipse. The application has developper for the Android 1.6 target. When I import the project to the eclipse IDE it gives the following error. Android requires compiler compliance level…
JibW
  • 4,538
  • 17
  • 66
  • 101
0
votes
3 answers

Trying to update Android SDK

In trying to update my SDK to the latest, some things installed, but others* didn't. *SDK Platform Android 4.0, API14, revision 3 Google APIs by Google Inc., Android API15 revision 1 Google APIs by Google Inc., Android API14 revision 2 Sources for…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862