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
2 answers

"No compatible targets were found" eclipse adt plugin error

I don't understand... In my office I installed Eclipse + Android SDK (API 16) + ADT plugin to develop my own app. When I installed it on my Galaxy Tab and Galaxy Nexus nothing happened and it worked fine. But when I installed all of this on my…
alois.wirkes
  • 369
  • 2
  • 7
  • 20
0
votes
1 answer

ImageView works on android min sdk 2.2 but not when I changed to 3.0?

I'm making an android application that uses internet data. I developed on min sdk version 2.2 but now I changed it to 3.0. My problem is that now some of the components don't work. My guess is that some code in version 2.2 might be deprecated in…
0
votes
1 answer

ListView operation varying according to the android versions

I came across some odd problem which some how deals with android OS versions. My problem is that the following given code is working properly as I want in android version 4 but the same programme working in a reverse manner in android version…
0
votes
2 answers

android different build versions

I have a android app that I'm building in android 2.1. But the time has come to switch to a bigger build. What is the best way to support 2 or more android build versions. I had some suggestions like: Using git branches for the 2 builds Making the…
0
votes
1 answer

Android 3.0 and higher version issue

Thankyou for taking the time to look at my problem. I'm working on an android application and I keep getting an error in eclipse every time I use the parent="android.Theme.Holo.Light". I have my folder created using values-v11 indicating when to…
0
votes
3 answers

Same app for different android versions

I have written an app for android, and I want to make it compatible to new and old versions of android. For instance there's the CursorLoader class that exists since API 11. What I would like to achieve is to use the CursorLoader if the device runs…
richardtz
  • 4,993
  • 2
  • 27
  • 38
0
votes
3 answers

Android button stretched in 4.1 but not in 2.2

I have a simple to-do list app with a button in the shape of a black plus to add things to the list. In android 2.2, the black plus looks like this: However, in android 4.1, the black plus looks like this: The plus is supposed to look the way it…
Adam
  • 959
  • 10
  • 23
0
votes
1 answer

android option menu issue in different versions

I have created one simple menu with two options that says "Add new contact" & "Settings" with white png images. So now if i run in the 2.3.3 android OS version it looks like the below image: now if i run in the 2.2 android os then it looks like the…
Rushabh Patel
  • 3,052
  • 4
  • 26
  • 58
0
votes
1 answer

How can I detect which version of my Android app my user first downloaded?

I realize that this problem can be solved in the future by using some sort of SharedPreferences value that contains the app version and is set only on the very first run. However, I'm considering adding ads to one of my apps and I'd like to not…
MalcolmOcean
  • 2,807
  • 2
  • 29
  • 38
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
  • 5
  • 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,572
  • 12
  • 43
  • 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
  • 2,521
  • 3
  • 18
  • 29
-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,652
  • 3
  • 21
  • 37
-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 2 3
18
19