Good morning everyone.
Google play tells me that by July 30th all my Apps must be updated to Android-35.
I installed Android 35 via B4A's SDK manager and change to targetSdkVersion=35 in the manifest.
During compilation and on two different computers I always receive the same error:
Resource Link Error
aapt2.exe E 07-03 08:05:49 11092 3772 LoadedArsc.cpp:94] RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data.
aapt2.exe E 07-03 08:05:49 11092 3772 ApkAssets.cpp:149] Failed to load resources table in APK 'C:\Android\platforms\android-35\android.jar'.
error: failed to load include path C:\Android\platforms\android-35\android.jar.
Starting from B4A v13.4, the default themes (Themes.LightTheme / Themes.DarkTheme) already include the snippet that opts out of edge-edge. You only need this if you use a customize theme. The recommended targetSdkVersion is presently 34, however if you like to experiment with v35 then your app...
B4A includes all the features needed to quickly develop any type of Android app. B4A is used by tens of thousands of developers from all over the world, including companies such as NASA, HP, IBM and others.
www.b4x.com
The app is now compiling correctly. It is taking a while as it seems to be dexing everything.