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

Azure Active Directory Authentication Library - not working in Google Pixel (Android Nougat 7.1.1)

I try to run my Android app using the ADAL in the Android Google Pixel which runs on Android version 7.1.1.In the android Nougat 7.1.1, it gives the following error. I Don't know whether the ADAL supports 7.1.1. The error in the android nougat 7.1.1…
0
votes
3 answers

How to get Custom SW version number of android

I have a Marshmallow device. It has custom built SW. I have seen the build.prop file. There I can perceive the Software version name comes from ro.custom.build.version My question is - how can I get the "ro.custom.build.version" information…
Munir Hoque
  • 355
  • 1
  • 3
  • 12
0
votes
1 answer

Android - ImageView not showing on certain phones

The ImageView doesn't seem to be showing for older phones. It shows up fine on my S6 Edge and HTC M9. However when I try it on a S3 or HTC M7 the ImageView doesn't appear. I tried creating an AVD using a 4.7" screen and versions 5.0.2 but the image…
0
votes
1 answer

(Target sdk vs Maxsdkversion) How this will differ my application process?

In my application,i am not providing any maximumsdkversion and i tested it in Lollipop, Whether all the functionality can work in Marshmallow also? or i need to…
DineshkumarBalan
  • 114
  • 1
  • 12
0
votes
1 answer

Minimum SDK version when using Google Awareness API?

Just knew about Google's new Context aware popularly known as Google Awareness API , What should be the minimum version when using Google Awareness API? Are there any restrictions or precautions should be taken when using it?
TapanHP
  • 5,969
  • 6
  • 37
  • 66
0
votes
1 answer

What is the significance of compileSdkVersion in selecting implementations and resources?

I am asking this to confirm my understanding about the use of compileSdkVersion in android. Android sdk provides the implementation for each version under the path (Your sdk root)/Sdk/platforms/android-(sdk version) .So if you set the…
0
votes
0 answers

how to get dataUsage of an app in android version 4.3 (jellybean) TrafficStats.getUidTxBytes(uid) does not work

Morning Does anyone know a method of getting the data usage of an app based on its ID in version 4.3 I tried usingTrafficStats.getUidTxBytes(uid) but that only returns 0 and after some research I found that this is because of version 4.3 , what is…
Zidane
  • 1,696
  • 3
  • 21
  • 35
0
votes
1 answer

Marshmallow cannot load images from lazylist file

Hello i have different images i am loading these images from server using lazy list but its working fine below 6.0 version when i run the same code on 6.0 version its throws exception java.io.FileNotFoundException:…
0
votes
2 answers

Android App not displyed on play store for Nexus 5X (Android 6.0.1)

My app not visible in play store for "Nexus 5X (Android 6.0.1)" but visible to other devices. Why it is so? Any help is greatly appreciated. Manifest file Below these are permissions and compatible screen support and SDK target
Joe
  • 550
  • 2
  • 11
  • 21
0
votes
1 answer

Network id is -1 for latest versions in android

I have created an application to connect to selected Wifi from the list. This works fine in the android version of 4.1.2(network id = 10) but if I try to run the same application on version 4.4.2 and 4.4.4 it shows the network id value as -1. My…
Shruti Joshi
  • 53
  • 1
  • 10
0
votes
1 answer

how to implement eddystone technology in android app and which android version will support it?

Is there any example to implement Eddystone technology in android application, kindly refer the links or own simple example, I also wanna know which version will support it and how to send notification without other device wifi on, (By BLE)
0
votes
1 answer

Why my android TCP client app wont work on other phones??

I am using an android phone with an android version 4.1.1. .IT WORKS PROPERLY. I can transmit string data from this phone to my VB application in my PC via TCP/IP. However if I use my other phone, with an android version 4.4.4 kitkat .. I can still…
0
votes
2 answers

Android black screen before Splash screen in Kitkat version

In my Android application I seen black screen before splash screen so that I have customized app theme as follows: