Android Question Failure [INSTALL_FAILED_OLDER_SDK]

josejad

Expert
Licensed User
Longtime User
in order to be able to make use of old equipment
I think you are mixing things. You can use the last version of B4A, and still make an app for an old device (android phone).

This means that an app with targetSdkVersion set to 14 (Android 4.0) will run properly on an Android 8.0 device and it will not be required to request runtime permissions, nor handle any other breaking change.

If you're talking about that phrase in the android.jar / targetSdkVersion / minSdkVersion tutorial, it doesn't mean 14 is the minimum version, you can set it even lower.
 
Upvote 0
Top