14

I was just browsing through the AppBrain Android store and saw as one of the popular downloads Gmail.

This made me wonder how to see the version info of an application on my Galaxy S mobile phone.

How can I tell the version so that I may update this application to a new version?

0

2 Answers 2

15

Go to Settings > application settings > manage application then tap on the app. It'll say the version you are running under the name. You shouldn't have to check though; If the app in the market doesn't say "Installed" then you don't have the most recent version.

3
  • Thanks for pointing this out - I am really new to Android, so I am asking basic questions. However, having gmail taken as example, the gmail application is not in this list (Twitter, Facebook and IMDB are f.i. but no gmail ) ? Commented Oct 8, 2010 at 11:30
  • @Edelcom: I'm using Samsung Galaxy S2, with Android 4.0.3. GMail can be found in Settings > Applications. Commented May 4, 2012 at 2:05
  • You can't assume everyone uses Google Play (Market). Some devices use Amazon App Store, or have some other store. Some don't even have an app store and require apps to be side-loaded. So it isn't always a simple matter of checking Google Play to make sure you have the most recent version. Commented Mar 26, 2013 at 12:14
9

Settings App

  • Android 16:

    • Settings
    • Apps
    • Select a "Recently opened app" or search under "See all apps"
    • Click App

    and the version is shown at the very bottom of the screen.

  • Android 5.1.1:

    Settings > Apps > Downloaded > App name 

and the version is shown at the top of the screen.

I was not able to search by the app name, so get ready for some scrolling.

Going under Running instead of Downloaded did not work: if you find your app there, it shows only runtime stats.

adb

The best command I found so far is:

adb shell dumpsys package com.google.android.apps.photos | grep versionName 

How to get the package name: View app's full package name?

But this method is not perfect, as they can give multiple results because of the Hidden system packages: section.

Asked at: https://stackoverflow.com/questions/11942762/get-application-version-name-using-adb

Feature request for Google Play Store

Those would be ideal places for it:

https://productforums.google.com/forum/#!topic/play/CfSPJbhB6-k

Play app

I can't find this anymore on Android 16, Play App 48.6.19. It bothers me deeply as a Linux desktop guy that the thing that install apps does not show their version, but it is what it is.

Android 5.1.1 Xperia Z3:

  • find app

  • permission details

  • right at the top is shows:

    Version XXX can accesss 

Note: this may not work for some "magic" apps, like the Play App itself.

1
  • For non Xperia Z3 users, unless your OEM deliberately changed the menu, the location would be the same i.e. "Settings > Apps > Downloaded > App name", for Android 4.x as well as 5.x. Commented Dec 2, 2015 at 4:50

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.