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
0
votes
1 answer

Android application compatiblity issue

I have developed an android application using android sdk 4.4(KitKat). My application runs fine on android 4.0 and 4.4 but it crashes on android 2.3 and other versions. I have used android action bar and I have read somewhere that action bars are…
Rida Shahid
  • 386
  • 7
  • 22
0
votes
0 answers

Killing Process System.exit(1);

I need help. First I use: android.os.Process.killProcess(android.os.Process.myPid()); System.exit(1); this code is run fine but I change my device and version of androids are different, first I use android 4.0 ,now I change to android…
0
votes
1 answer

Different android version bug

I've got simple app with status bar icon. When user minimize app, status bar icon appear. When user click on that icon, app should resume and continue job. I've tested on android 2.3.4 and it works but on 4.0 android version my app is not resuming…
0
votes
1 answer

Android (View): Child position inside ListView depending on android version

Im developing an android-app which handles a ListView with several TextViews within it as childs. The problem (already solved) came when I tried to get child from the parent view by using getChildAt(pos) method. I have tested my app in two devices…
0
votes
3 answers

targetSdkVersion in Manifest

I have the targetSdkVersion set as 17 in my manifest. Kindly let me know if there will be any problem when I run this in the phone which has the API of 18. Manifest xml :
iappmaker
  • 2,945
  • 9
  • 35
  • 76
0
votes
1 answer

Android "screen redraw" developer device setting

On one of the Google IO 2013 Android sessions, they showed us there was a developer option that was changed on the phone, which shows you how many times the different views in your app get redrawn by colorindicators, which is useful to make your…
Armadillo
  • 457
  • 1
  • 9
  • 17
0
votes
1 answer

Official detailed documentation on changes in between Android versions?

What I'm looking for specifically is Bluetooth between Ice Cream Sandwich and Jelly Bean. Apparently, what is mentioned here or here is not enough. For example, during the pairing process with a Bluetooth device (not an Android phone), Jelly Beans…
ericn
  • 12,476
  • 16
  • 84
  • 127
0
votes
1 answer

App version not getting updated

I've an application in the market. A month ago, I updated the application with newer version. I've changed the appVersionCode as well as appVersionName in the manifest file. In my database, I'll fetch the current version which user has got…
madhu
  • 744
  • 3
  • 8
  • 19
0
votes
1 answer

What method have ability show android version of device

Who's know how to get android version in code for example i need something like this text.setText(somemethod.getAndroidVersion().toString());
0
votes
1 answer

ADT Get new Platform versions

I'm using ADT v22.0.1-685705 on a MAC. I can try my app on virtual devices using Platform 2.2 to 4.x (API level 8 to 17). I'd like to be able to test on a 2.1 virtual device which is the lowest for a phonegap 2.6.0 app. How can I get a 2.1 virtual…
Alain Zelink
  • 889
  • 2
  • 15
  • 33
0
votes
2 answers

Using different app widget layouts depending on the API level

When using Activities you can easily select the layout to be used as you wish in the onCreate() via setContentView(). But how do I accomplish this on an app widget? As far as I know the app widget's layout is determined by the corresponding…
wodzu
  • 3,004
  • 3
  • 25
  • 41
0
votes
1 answer

Parsing JSON in Android 2.3 fails after getting it from server

I have an AsyncTask that downloads a JSON string and parses the JSON: private class GetHttpData extends AsyncTask { @Override protected Void doInBackground(Void... params) { String result = null; try { …
VM4
  • 6,321
  • 5
  • 37
  • 51
0
votes
2 answers

Is it run on android version 4.2.2 when I set target API 8 and minimum sdk API 8

Is it possible to run on jelly bean Android device when i set the target API -8 and minimum sdk api-8 in eclipse to make any project without any issue. If create any issue then what we have to do to resolve this.
Sunil Kumar
  • 7,086
  • 4
  • 32
  • 50
0
votes
1 answer

Load Google Maps Android API version based on Android platform

I have an Android application that runs Google Maps API v2. By using SupportMapFragment, I support devices running Android as back as API 8. I know Google Maps API v1 is deprecated and that very few devices run Android API 7 or lower, but is there…
0
votes
2 answers

Why my app installs on (presumed) not supported versions of Android?

I'm receiving (from bugsense) crash reports from my App on Android versions below 3. But the App has declared in the manifest: So, as soon as the user makes a move, the…
dentex
  • 3,223
  • 4
  • 28
  • 47