Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to determine which version of Android Studio I'm using?

Running into some problems today with the new Android Studio update.

http://tools.android.com/recent/androidstudio020released

In this blog post, it says

To install 0.2, you'll need to install a new Studio bundle. In other words, we are not offering a patch update from 0.1.9 to 0.2.

If I go (on OSX) Android Studio -> About Android Studio, I see the following. I've look around, and can't seem to determine any other version numbers. Where do I find this?

enter image description here

like image 856
Bradley Bossard Avatar asked Jul 12 '13 21:07

Bradley Bossard


People also ask

How do I know what version of Android Studio My laptop has?

Navigate to “Appearance & Behavior” > “System Settings” > “Android SDK” and now you can see the SDK versions that were installed in the “API Level” and “Name” columns (focus on “API Level”).

How do I know if Android Studio is installed?

To check if it's already installed, look for the program file: Android Studio. app on Mac OS; studio.exe or studio64.exe (or a shortcut to Android Studio) on Windows. If you can't find the program file, continue to step 2. If you found the program file, run it, and then click About Android Studio in the menu.


2 Answers

If in About Android Studio you only see the build number, go to Preferences. From the menu: File > Settings ... (Settings dialog appears) ... Appearance & Behaviour > System Settings > Updates. Here, both the current version and the build number are shown.

In this example, the current version is v1.2:

Settings - Android Studio Version

like image 88
Xavi Gil Avatar answered Sep 27 '22 22:09

Xavi Gil


For Windows Users Easiest way is to go to Help > About and you're good to go.

For Mac Users Click on Android Studio > About Android Studio

like image 12
Sagar Balyan Avatar answered Sep 30 '22 22:09

Sagar Balyan