Hello
I have change the minSdkVersion in the AndroidManifest.xml,but it doesn’t work,
I use apktool to unpack the apk file and open AndroidManifest.xml,
the seems been removed,
is any way to change the minisdk version?
thanks :)
Hello
I have change the minSdkVersion in the AndroidManifest.xml,but it doesn’t work,
I use apktool to unpack the apk file and open AndroidManifest.xml,
the seems been removed,
is any way to change the minisdk version?
thanks :)
Hi,
By default, Nsight Tegra overrides the API levels in the manifest. Therefore to change minSdkVersion, set the General → Min Android API Level property to the desired value. You can also turn off overriding by setting the General → Override Manifest API Levels property to No.
Thank you :)