Skip to main content
Fixed Critical Code Error, made link clearer
Source Link

Okay. Instead of editing it directly like Lestat tried, how about trying to set it programmatically, with the help of Unity.

PlayerSettings.Android.minSdkVersion = AnroidApiLevel10;AndroidApiLevel10;

Documentation for minSdkVersion

Okay. Instead of editing it directly like Lestat tried, how about trying to set it programmatically, with the help of Unity.

PlayerSettings.Android.minSdkVersion = AnroidApiLevel10;

Documentation

Okay. Instead of editing it directly like Lestat tried, how about trying to set it programmatically, with the help of Unity.

PlayerSettings.Android.minSdkVersion = AndroidApiLevel10;

Documentation for minSdkVersion

Source Link
Grey
  • 1.1k
  • 11
  • 24

Okay. Instead of editing it directly like Lestat tried, how about trying to set it programmatically, with the help of Unity.

PlayerSettings.Android.minSdkVersion = AnroidApiLevel10;

Documentation