can we create android project below api level 14

273 Views Asked by At

i want make android project which must be run in below API level 14, is it possible? how can we create emulator its? now, i'm not able to do this, if you have any idea share with me.

1

There are 1 best solutions below

4
Cao Minh Vu On
  1. Yes, you can make an Android project which must be run in below API level 14:

Step1: Create a normal project using Android Studio (MinSDK: 15)

Step2: Update your build.gralde: minSDKVersion to lower than 14 (i.e: 9), targetSDKVersion to 14 and compileSDKVersion to 14:

enter image description here

Later, you have to remove other stuffs like Themes, support library, etc.

  1. You can download a emulator which lowest API version is 10: enter image description here