Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6108311
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:16:58+00:00 2026-05-23T14:16:58+00:00

I found Android has SDK version 1.5, 1.6, 2.2, 3.1.. all these versions are

  • 0

I found Android has SDK version 1.5, 1.6, 2.2, 3.1.. all these versions are combination of . and numeric digits. But when i found SDK version 2.1-update1 in this case the version code is contains alphabets also (update1). Why is it like that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T14:16:59+00:00Added an answer on May 23, 2026 at 2:16 pm

    Here is the version information available from Build.VERSION, from most interesting to least:

    VERSION.SDK_INT is the “SDK version” or “API version”. This is the number that accurately represents the APIs available on the platform you are running on; it is the number for example that you see in the documentation for filtering our newer APIs. The possible values are described at http://developer.android.com/reference/android/os/Build.VERSION_CODES.html and it is a monotonically increasing number so if you want to know whether some APIs introduced at API level N are available, you can do this with “if (Build.VERSION.SDK_INT >= N)”.

    VERSION.SDK is the original representation of the SDK version, but as a string which is not nearly as convenient for applications to use so deprecated. If you really need to run on older versions of the platform prior to SDK_INT, then you can get the same number with “Integer.parseInt(Build.VERSION.SDK)”; you can see that these are the same thing by seeing how they are initialized in the source code https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/os/Build.java

    VERSION.RELEASE is the string that is shown to the user to tell them the platform version. This is not intended to be parsed by applications. This is where you will find things like “3.1” or “2.1-update1”. Again, this is for display to the user; you should not be trying to interpret it in your code. It tells the user the actual core version of the platform their device is running.

    VERSION.INCREMENTAL is an arbitrary string tagging the actual software build of the device. The format of this string varies between manufacturers. It is also for display to the user, though less meaningful for them — it is only useful if they want to know if their software is a particular build number they are looking for.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Looking in the android sdk folders, I've found a file called values/config.xml . This
I found this question , which has an answer, but facebook changed the token
I want to answer a phone call. I found the intent android.intent.action.ANSWER but it
Found this: Sub SurroundWithAppendTag() DTE.ActiveDocument.Selection.Text = .Append( + DTE.ActiveDocument.Selection.Text + ) End Sub But
The fb android sdk doc makes this reference: However, note that this doesn't account
I notice this question has been asked a few times but I don't really
Android SDK Manager complains WARNING: Java not found in your path. Instead of using
I'm following the instructions found at http://developer.android.com/guide/publishing/licensing.html I made a copy of the <sdk>/market_licensing
Since I updated two days ago my Android SDK to version API 14 I'm
The manifest of my app has the following settings <manifest ... android:installLocation="preferExternal"> and <uses-sdk

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.