How to determine the version of Android SDK installed in my computer?
如何确定我的电脑中安装的Android SDK版本?
7 个解决方案
#1
16
<Program files>\Android\Android-sdk\platforms\<platform SDK's>
On a 32bit machine: "<Program files>
" will be \Program Files\
在32位机器上:“ <程序文件> ”将是\ Program Files \
On a 64bit machine:
在64位机器上:
If you installed the 32bit ADT, "<Program files>
" will be \Program Files (x86)\
如果您安装了32位ADT,“
If you installed the 64bit ADT, "<Program files>
" will be \Program Files\
如果您安装了64位ADT,“
#2
14
Type in android list target
into your command line to see what android API you are using.
在命令行中键入android list target,查看您正在使用的android API。
#3
8
Android Studio is now (early 2015) out of beta. If you're using it as your development platform, the SDK Manager is probably the easiest way to see what's available. To start the SDK Manager from within Android Studio, use the menu bar: Tools > Android > SDK Manager.
Android Studio现已(2015年初)退出测试阶段。如果您将其用作开发平台,SDK Manager可能是查看可用内容的最简单方法。要从Android Studio中启动SDK Manager,请使用菜单栏:工具> Android> SDK Manager。
This will provide not only the SDK version, but the versions of SDK Build Tools and SDK Platform Tools. It also works if you've installed them somewhere other than in Program Files.
这不仅提供SDK版本,还提供SDK Build Tools和SDK Platform Tools的版本。如果您已将它们安装在Program Files以外的其他位置,它也可以工作。
#4
3
open android sdk->click on tools tab->about and u get the entire details!
打开android sdk->点击工具标签 - >关于你,你得到了全部细节!
#5
3
C:\ <path to android sdk> \tools\source.properties (open with notepad)
There you will find it.
在那里你会找到它。
#6
0
You can check following path for Windows 10
您可以检查Windows 10的以下路径
C:\Users{user-name}\AppData\Local\Android\sdk\platforms
Also, you can check from android studio
另外,你可以从android studio查看
File > Project Structure > SDK Location > Android SDK Location
文件>项目结构> SDK位置> Android SDK位置
#7
-1
I develope cross-plateform mobile applications Using Xamarin integrated in Visual Studio 2017.
我使用集成在Visual Studio 2017中的Xamarin开发了跨平板移动应用程序。
I prefer to install and check all details of Android SDK from within the Visual Studio 2017. This can be found under the menu TOOLS -> Android -> Android SDK Manager.
我更喜欢在Visual Studio 2017中安装和检查Android SDK的所有详细信息。这可以在菜单TOOLS - > Android - > Android SDK Manager下找到。
Bellow is the Visual representation of the Adroid SDK Manager.
Bellow是Adroid SDK Manager的可视化表示。
#1
16
<Program files>\Android\Android-sdk\platforms\<platform SDK's>
On a 32bit machine: "<Program files>
" will be \Program Files\
在32位机器上:“ <程序文件> ”将是\ Program Files \
On a 64bit machine:
在64位机器上:
If you installed the 32bit ADT, "<Program files>
" will be \Program Files (x86)\
如果您安装了32位ADT,“
If you installed the 64bit ADT, "<Program files>
" will be \Program Files\
如果您安装了64位ADT,“
#2
14
Type in android list target
into your command line to see what android API you are using.
在命令行中键入android list target,查看您正在使用的android API。
#3
8
Android Studio is now (early 2015) out of beta. If you're using it as your development platform, the SDK Manager is probably the easiest way to see what's available. To start the SDK Manager from within Android Studio, use the menu bar: Tools > Android > SDK Manager.
Android Studio现已(2015年初)退出测试阶段。如果您将其用作开发平台,SDK Manager可能是查看可用内容的最简单方法。要从Android Studio中启动SDK Manager,请使用菜单栏:工具> Android> SDK Manager。
This will provide not only the SDK version, but the versions of SDK Build Tools and SDK Platform Tools. It also works if you've installed them somewhere other than in Program Files.
这不仅提供SDK版本,还提供SDK Build Tools和SDK Platform Tools的版本。如果您已将它们安装在Program Files以外的其他位置,它也可以工作。
#4
3
open android sdk->click on tools tab->about and u get the entire details!
打开android sdk->点击工具标签 - >关于你,你得到了全部细节!
#5
3
C:\ <path to android sdk> \tools\source.properties (open with notepad)
There you will find it.
在那里你会找到它。
#6
0
You can check following path for Windows 10
您可以检查Windows 10的以下路径
C:\Users{user-name}\AppData\Local\Android\sdk\platforms
Also, you can check from android studio
另外,你可以从android studio查看
File > Project Structure > SDK Location > Android SDK Location
文件>项目结构> SDK位置> Android SDK位置
#7
-1
I develope cross-plateform mobile applications Using Xamarin integrated in Visual Studio 2017.
我使用集成在Visual Studio 2017中的Xamarin开发了跨平板移动应用程序。
I prefer to install and check all details of Android SDK from within the Visual Studio 2017. This can be found under the menu TOOLS -> Android -> Android SDK Manager.
我更喜欢在Visual Studio 2017中安装和检查Android SDK的所有详细信息。这可以在菜单TOOLS - > Android - > Android SDK Manager下找到。
Bellow is the Visual representation of the Adroid SDK Manager.
Bellow是Adroid SDK Manager的可视化表示。