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

Can my free Android app be upgraded to a paid version via in-app purchase AND paid store version?

I'm looking into monetizing my first app with a free and a paid version. It seems that the simplest approach would be to use an in-app purchase to unlock extra features. However, I'd also like the customer to have the option to purchase the full…
NSouth
  • 5,067
  • 7
  • 48
  • 83
0
votes
2 answers

Notification builder not supported below 4.1. How do I specify to only use notification builder with 4.1 and up and disregard below 4.1

I am thinking if statement for isJellyBeanOrHigher() but don't know how to implement it. Any suggestions on how to solve my issue would be very helpful. Below 4.1 it crashes the program. Notification notification = new Notification.Builder(this) …
0
votes
1 answer

Android Gyroscope readings Issue

I was working on an app which utilizes the gyroscope readings from the device. All devices give correct readings except for samsung galaxy S3(GT-I9300 android 4.1.2). The gyroscope reading saturates at about 10rad/s with a flat curve in the graph…
Hemant Parmar
  • 426
  • 1
  • 5
  • 12
0
votes
1 answer

Play store not supporting & not showing my app for Jelley Bean, KitKat versions

It was not showing on play store App on android mobiles, But this will available for all lower versions which below jellybean This is my app Link. https://play.google.com/store/apps/details?id=com.moblications.teamandy.wallframes This is my…
0
votes
0 answers

It is possible to ban an android version for an app?

I have a problem with some android versions (10, 11, 12) with my application. The problem is due to an edit box layout that i don't like for this 3 versions. Here is my manifest :
Eliott Roynette
  • 716
  • 8
  • 21
0
votes
3 answers

How to update the version of our android app in the playstore market

Sorry, I was a noob on this field. I use an eclipse to make an android app, and I need an answer about how to update the version of my app. Also, does the update replace everything in the project?
0
votes
1 answer

Android app don't run on some devices

I made one app projected for tablets and cellphones, but for some reason that i don't know...some user with galaxy s4/s5 devices can install the app, but some users with the same device can't install. That happens too with tablet with 8' I already…
0
votes
1 answer

Android supportability and incompatibility is so unclear

what is the version of android from which further on there is no concept of incompatibility(no need of support libs). I am a newbie and this supporting and non supporting thing is making it so boring. I just want to know of a stable version from…
Saad
  • 171
  • 6
0
votes
0 answers

Run specific code during app update

I need to deliver a new version of my app but have the following problem: Until now, I used a feature allowing users to save images on the SD card, in a specific folder. In my new version, I changed the code to save the images in the folder targeted…
Yoann Hercouet
  • 17,894
  • 5
  • 58
  • 85
0
votes
1 answer

Does VersionCode , VersionName of alpha release affect production release

I went through the docs did not see anywhere mentioning on this, If i release my app for alpha testing or a beta release with version Code 1, name 1.0 does this affect the production release which needs to be Code 1, Name 1.0. Does the version…
harshal
  • 592
  • 6
  • 25
0
votes
0 answers

Working around INSTALL_FAILED_VERSION_DOWNGRADE programmatically?

My Android application has to be upgraded/downgraded automatically according to the version of a PC application that runs in parallel with it. The app easily upgrades itself using an Intent that launch the Package installer. The problem appears when…
dom_beau
  • 2,437
  • 3
  • 30
  • 59
0
votes
0 answers

How to change emulate Android Upgrade

Is it possible to emulate that the user upgrades the Android version? My app breaks when the user upgrades from Jelly Bean to KitKat. I think I fixed the issue, but I don't know how to test it. I've tried to create an emulator running 4.3 and then…
Niels
  • 1,026
  • 9
  • 17
0
votes
1 answer

Android: how to create a "shop" limited version of Android

I try to explain better: I want to put some tablets in my shop for my customers. I want them to use only a few apps that I've created. So I need an Android version (or a launcher version, maybe?) where you can only choose between some apps to be…
aveschini
  • 1,632
  • 3
  • 22
  • 39
0
votes
2 answers

Can you restrict a specific Android API version from running/downloading app from googlePlay store?

Alright so I'm having this one problem with an app I'm working on and planning on releasing, but the problem is only occurring on one version of the android SDK (Version 4.1.1 API 16). Can I restrict JUST android version 4.1.1 API 16 from…
Sakiboy
  • 7,252
  • 7
  • 52
  • 69
0
votes
2 answers

i want run my app only on version ICS over

i wanna running my app only on ICS version over, but if i change min sdkversion n target sdk version in manifest my code cant run on ics version over, minsdkversion n targetsdkversion only use 8 . thanks for answer. this is my app on manifest…