I modified my targetSdkVersion to 35 as follows:
AddManifestText(
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="35"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
but the compile showed android jar still at 34 as follows:
B4A Version: 13.30
Parsing code. (0.08s)
Java Version: 19
Building folders structure. (0.05s)
Running custom action. (0.04s)
Compiling code. (0.08s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.04s)
Linking resources (0.25s)
build tools: 34.0.0, android jar: android-34
Compiling generated Java code. (0.05s)
Finding libraries that need to be dexed. (0.01s)
I loaded the update to my device but the main menu screen which has menu items in a 'custom list view' was not lined up and I couldn't see the top two menu items.
I think we are going to need a new B4A version with the proper SDK update to 35.
Thanks, Cliff McKibbin