简体   繁体   English

如何在android studio上选择android系统平台?

[英]how to choose android system platform on android studio?

I just installed Android Studio and when I was downloading Android 4.4.2 (API 19). 我刚刚安装了Android Studio,然后下载了Android 4.4.2(API 19)。

I noticed Android 4.4W (API 20) has already been installed by default. 我注意到默认情况下已经安装了Android 4.4W(API 20)。

How do I make sure Android Studio uses 4.4.2 and not 4.4W? 如何确定Android Studio使用4.4.2而不是4.4W?

Is there a way to check which SDK Android Studio is currently selecting? 有没有办法检查当前正在选择哪个SDK Android Studio?

I'm using Mac o/s if it matters. 如果有问题,我正在使用Mac o / s。

You can choose what version of API to use during a new project creation. 您可以选择在新项目创建期间要使用的API版本。
For existing project: File > Project Structure . 对于现有项目: 文件>项目结构 Select the appropriate module on the left pane, then open Properties tab. 在左窗格中选择适当的模块,然后打开“ 属性”选项卡。 Compile Sdk Version will be there. 编译SDK版本将在那里。

Another option is to edit <project_folder>\\app\\build.gradle file manually. 另一个选项是手动编辑<project_folder>\\app\\build.gradle文件。

1- Right click on the project's folder >> under Resources - Android. 1-右键单击资源-Android下的项目文件夹>>。

2- you will find the current platform "checked". 2-您将找到当前平台“已选中”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM