JackKirk Well-Known Member Licensed User Longtime User Jan 29, 2025 #1 I've been sitting on B4A 12.8 for a while with my app manifests set to: <uses-sdk android:minSdkVersion="22" android:compileSdkVersion="33" android:targetSdkVersion="34"/> I've just upgraded to B4A 13.1 and am wondering if I should update my app manifests to: <uses-sdk android:minSdkVersion="22" android:compileSdkVersion="34" android:targetSdkVersion="34"/>
I've been sitting on B4A 12.8 for a while with my app manifests set to: <uses-sdk android:minSdkVersion="22" android:compileSdkVersion="33" android:targetSdkVersion="34"/> I've just upgraded to B4A 13.1 and am wondering if I should update my app manifests to: <uses-sdk android:minSdkVersion="22" android:compileSdkVersion="34" android:targetSdkVersion="34"/>
Erel B4X founder Staff member Licensed User Longtime User Jan 29, 2025 #2 The compileSdkVersion doesn't do anything in B4A. You are instead choosing the compiled SDK version with the path to android.jar. It should be 34. Upvote 0
The compileSdkVersion doesn't do anything in B4A. You are instead choosing the compiled SDK version with the path to android.jar. It should be 34.