简体   繁体   中英

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).

I noticed Android 4.4W (API 20) has already been installed by default.

How do I make sure Android Studio uses 4.4.2 and not 4.4W?

Is there a way to check which SDK Android Studio is currently selecting?

I'm using Mac o/s if it matters.

You can choose what version of API to use during a new project creation.
For existing project: File > Project Structure . Select the appropriate module on the left pane, then open Properties tab. Compile Sdk Version will be there.

Another option is to edit <project_folder>\\app\\build.gradle file manually.

1- Right click on the project's folder >> under Resources - Android.

2- you will find the current platform "checked".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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