Android Question Error trying to run B4A version 11.2

dieterp

Active Member
Licensed User
Longtime User
I have installed version 11.2 of B4A on an old laptop so that I can build a version of my app that will run on Android 4. When I try and build my app I get the following error/s

1689537299482.png


I followed the installation instructions as per the B4A home page, but perhaps I should be using the setup required for newer versions. Any feedback would be greatly appreciated
 

toby

Well-Known Member
Licensed User
Longtime User
Try to use the latest version of B4A 12.50 and edit the manifest as shown below:
B4X:
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="20"/>
 
Upvote 0
Top