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
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
  • 474
  • 3
  • 17
-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
  • 12,230
  • 17
  • 54
  • 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,591
  • 1
  • 22
  • 40
-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 Ramasamy
  • 1,612
  • 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
  • 2,050
  • 4
  • 26
  • 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
  • 3,386
  • 8
  • 44
  • 68
-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
  • 126
  • 1
  • 4
  • 13
-6
votes
1 answer

android app throws error "unfortunately myapp has stopped" when run on lower versions than Lollipop

i have created an android app and has created its .apk file as well. when i run the app in my phone having LOLLIPOP (API level 21) android os it runs perfectly but when i run it on lower versions like android KITKAT (API Level 19) it stops and…
-7
votes
1 answer

Why creating ripple effect is difficult on pre lollipop android devices?

When I've applied ripple effect to the UI having OS version lower than lollipop, at that time first of all, ripple effect is completed and then other UI process is started. So, it is making UI process slower: as ripple animation is completing first…
Chintan Raghwani
  • 3,370
  • 4
  • 22
  • 33
1 2 3
18
19