R Ricardo Bunschoten Active Member Licensed User Jun 11, 2015 #1 Whats the minimal Android version to run my apps compiled with B4A 5.0 ? Can not seem to find that in the documentation ? Thanx in advance.
Whats the minimal Android version to run my apps compiled with B4A 5.0 ? Can not seem to find that in the documentation ? Thanx in advance.
NJDude Expert Licensed User Jun 11, 2015 #2 Android is backwards compatible, go can go as far back as you want, depending on the app and its features, so, basically is up to you. At this point in time, I would make my apps support a minimum of SDK 14.
Android is backwards compatible, go can go as far back as you want, depending on the app and its features, so, basically is up to you. At this point in time, I would make my apps support a minimum of SDK 14.
Erel Administrator Staff member Licensed User Jun 11, 2015 #3 B4A applications will run on Android 1.6+ that is unless you are using a library that depends on newer API. As you can see in this table: http://developer.android.com/about/dashboards/index.html there is more or less no reason to target Android 2.2- devices.
B4A applications will run on Android 1.6+ that is unless you are using a library that depends on newer API. As you can see in this table: http://developer.android.com/about/dashboards/index.html there is more or less no reason to target Android 2.2- devices.