Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to determine the version of android SDK installed in computer?

How to determine the version of Android SDK installed in my computer?

like image 842
Navin Bista Avatar asked Dec 18 '12 10:12

Navin Bista


People also ask

How do I know what version of Android SDK I have?

This can be found under the menu TOOLS -> Android -> Android SDK Manager.

How do you know Android SDK is installed or not?

All of the packages are downloaded into your Android SDK directory, which you can locate as follows: In Android Studio, click File > Project Structure. Select SDK Location in the left pane. The path is shown under Android SDK location.

Where is Android SDK on my computer?

by default, the "Android Studio IDE" will be installed in " C:\Program Files\Android\Android Studio ", and the "Android SDK" in " c:\Users\username\AppData\Local\Android\Sdk ".


2 Answers

<Program files>\Android\Android-sdk\platforms\<platform SDK's> 

On a 32bit machine: "<Program files>" will be \Program Files\

On a 64bit machine:

If you installed the 32bit ADT, "<Program files>" will be \Program Files (x86)\

If you installed the 64bit ADT, "<Program files>" will be \Program Files\

like image 154
NickL Avatar answered Sep 30 '22 21:09

NickL


Type in android list target into your command line to see what android API you are using.

like image 41
Dhruv Ghulati Avatar answered Sep 30 '22 20:09

Dhruv Ghulati