简体   繁体   中英

Getting minimum SDK and target device

How come starting a new project on android studio 2.2.3 doesn't let you choose minimum sdk or target devices anymore? It used to and now when you hit create new project after naming it it takes you directly to the project.

Even after it has taken you to the project, you can change it from the build.gradle file.

There are two build.gradle files. One at the app level and another at the project level.

Open the app level build.gradle and you'll be able to see targetSDK and minimumSDK options. You can alter them there.

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