Changing API level Android Studio

前端 未结 14 1653
星月不相逢
星月不相逢 2020-11-22 09:01

I want to change the minimum SDK version in Android Studio from API 12 to API 14. I have tried changing it in the manifest file, i.e.,



        
14条回答
  •  孤独总比滥情好
    2020-11-22 09:49

    In android studio you can easily press:

    1. Ctrl + Shift + Alt + S.
    2. If you have a newer version of android studio, then press on app first. Then, continue with step three as follows.
    3. A window will open with a bunch of options
    4. Go to Flavors and that's actually all you need

    You can also change the versionCode of your app there.

提交回复
热议问题