What does it means "Default target level set to 14"?

Theera

Expert
Licensed User
Longtime User
Hi all,
I'm sorry,I'm not good at English. I don't understand the words ("Default target level set to 14") . It means that The B4A 2.20 isn't supported the Android device which use under OS less than 14,Yes Or No? i.e. (android devices 2.3.x are not supported.)

Best Regards
Theera
:sign0013:
 

ukimiku

Active Member
Licensed User
Longtime User
No, you can still target any OS version. Just change that number "14".

Regards,
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
1. Nothing will be changed in existing projects.
2. On new project, the android:targetSdkVersion="14" is added to the manifest editor. This doesn't mean that your app will not run on Android 1.6. The benefit is that your app will use Android 4 new style when running on Android 4 device.
You can of course remove this attribute (or add it to an existing project).
Your app will continue to run on all Android devices running Android 1.6 or above.
 
Upvote 0
Top