New B4A 11.50 supports android SDK 31. In the same time on B4A download page links to Android SDK Command line tools and required resources gives us only "C:\Android\platforms\android-30\android.jar". So, is it ok, or I have to find and download android-31 platform files?
I'm happy to release v11.50. This is an important update. Download link: https://www.b4x.com/b4a.html One of the major steps during compilation is the conversion of the Java bytecode into Android (Dalvik) runtime bytecode. It is called "dexing". This was done by the optimized dexer which was...