Hi,
Can I install an apk that the dev said it's for android 11+? I asked him why doesn't it install on 10 he said because of size.
If it's possible please explain how.
Can I mod, repack it ( don't know the correct term )In general, a dev will declare a minSdkVersion in the build.gradle of his/her app.
If the minSdkVersion is 30( API Level 30 = Android 11 ), you will failed to install the app on an Android 10 device.
To make it possible for older devices plus it's not in the Google playIt's a requirement of google play store that the minimum API level will be 31 so i don't get it why the app is created for a smaller API level.
Is it open source?To make it possible for older devices plus it's not in the Google play
So, I guess I can't fork or edit the apk on my device ( I need the SDK kit )
Google it
Hi,
Can I install an apk that the dev said it's for android 11+? I asked him why doesn't it install on 10 he said because of size.
If it's possible please explain how.