2

I need to build an APK that could be played on Android 4.0.4 but the lowest API level Unity gives me is level 16, which is 4.1.

https://i.imgur.com/xJ2hqNn.png

Is there any way to make Unity build API at level 14-15?

acurate
  • 105
  • 1
  • 1
  • 8

1 Answers1

0

With Unity 2017 you can export a project to Android studio (Build Settings-> Build System: Gradle, check Export Project).

Once you are in Android Studio you have all the options available to Android and should be able to set the minSdk version lower if you want. See this previous question regarding how to do that in Android Studio:

Changing API level Android Studio