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

273 questions
0
votes
3 answers

application compatible to mobile as well as Tablet

I want to make an application compatible to mobile as well as tablet.Please suggest me how can i do that? Do i need to make two separate application or one application will solve my purpose?
Richa Laad
  • 259
  • 4
  • 21
0
votes
1 answer

Android Gingerbread buffering with MediaPlayer

I try to implement a simple media player to play an audio stream from an external URL. Pretty simple I guess. Tried to implement this sample from Androïd dev site…
Patrice Cote
  • 3,373
  • 9
  • 40
  • 72
0
votes
2 answers

android app not working other than 2.1(works perfectly)

i have built a app based on 2.1 ..forward compatibility error occuring .Though its not showing any error on logcat still the click events are not working on any later version than android 2.1.On 2.1 it works perfectly.In my manifest i have used uses…
sidG
  • 49
  • 1
  • 1
  • 9
-1
votes
1 answer

apk compiled for targetsdk 19(kitkat), works on sdk v21(Lollipop) device

productFlavors { kkandbelow { minSdkVersion 19 targetSdkVersion 19 applicationId 'bla.bla' versionCode 1 versionName "1.0" } landabove { minSdkVersion 21 applicationId 'bla.bla' …
user755
  • 1,991
  • 2
  • 14
  • 26
-1
votes
2 answers

Do version strings like G930FXXU1BPLB, hold any retrievable information?

I have searched google for similiar strings but found no information about anything else but people on google forums talking about flashing. How can I as developer extract useful information from version strings like G930FXXU1BPLB?
HopefullyHelpful
  • 1,529
  • 3
  • 17
  • 36
-1
votes
2 answers

android 6 marshmallow error code 506 when install app

android 6 marshmallow showing error code 506 when installing application from Google play store, i tried cache clean in Google play store and Google play service. Any help
Alagesan
  • 349
  • 1
  • 11
-1
votes
1 answer

Older version app downloads Android play store

I have uploaded new version of app on the play store and unpublished the older version in console two weeks ago. But the "daily installs by device" data on the play store console shows that the older version is still downloaded. How is that…
manish poddar
  • 459
  • 2
  • 15
-1
votes
1 answer

Selecting minimum android verion

I wanted to develop an application. What shall I consider to select my target android version (minimum version requirement)?
-1
votes
1 answer

Why do apps from Android 2.1 stop working with 2.2?

I've just updated my nexus one to 2.2. Now all of my (own and some from the market) apps throw exceptions and were closed. It's weird, in the app I'm developing atm, there it displays only my start page with buttons, but when I tap on one button to…
poeschlorn
  • 11,692
  • 17
  • 50
  • 65
-1
votes
1 answer

Android version usage statistics with only active users

So if 10% of the world is using a Android version below 4.0 then we need to make our apps compatible with these versions to be sure all people can use the apps. Right? Question is, do we really? Is there any way to make sure that these 10% is not…
Jonas Borggren
  • 2,413
  • 1
  • 19
  • 39
-1
votes
3 answers

Android application not working on different Android versions

I have developed a Android application with targetSdkVersion="15" . When I run this application on Android 4.0.3 it's working fine. but When i was try this on Android 2.3.3 it shows the error. so, now I would like to know, how can we find the…
Rathakrishnan
  • 1,610
  • 2
  • 25
  • 46
-2
votes
1 answer

Same SQLite Query doesnot run in all the android version

I am executing the following query in the SQLite : SELECT * from ValueTable where SrNo = (with t as(SELECT SrNo,Value2 from ValueTable where Value2<'600' ) SELECT SrNo from t order by Value2 DESC limit 1) The table schema is SrNo Value1 …
Kunal
  • 33
  • 6
-2
votes
1 answer

Add backwards compatibility after release

Let's say I publish an app to the Google Play store with the minimum SDK set to Jelly Bean MR2 (API 18). Later, I realize that I want to be supporting back to Ice Cream Sandwich (15). Does Google Play allow updates to be pushed that change the…
Sean Beach
  • 1,888
  • 3
  • 23
  • 35
-3
votes
2 answers

Min Android version for port of iOS game?

I just completed an iPhone/iOS game ("Ktalu: Planet of Terror"). I would like to port this to Android so I downloaded and installed the Andorid SDK/Eclipse etc. When I create a new project, it asks me the minimum version of Android to be supported.…
Marc
  • 2,774
  • 6
  • 39
  • 60
-4
votes
1 answer

Textview over imageview works fine in Android Version 5.1.1 but not in older version of android

My app works well on my android phone but not in older version of android... Here is my app looks like running from my phone it seems no problem there but when my app uses an older version of Android, this is the result. My .xml
basaya
  • 106
  • 1
  • 3
  • 13
1 2 3
18
19