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

android-studio

Solution

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:

Problem

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?

Original source

Related problems