Other B4A v13.1 is available for download

Erel

B4X founder
Staff member
Licensed User
Longtime User
This is a small update that fixes the designer issue with Android 15.
Updated internal libraries: Core v13.01, BCTextEngine v1.96, LiveWallpaper v1.1, SIP v1.02
New WebView.AllowFileAccess property. It is needed with targetSdkVersion >= 30 to allow file system access.
#CustomBuildAction arguments are expanded with environment variables and other variables (%PROJECT%, %B4X%, %JAVABIN%, %PROJECT_NAME% and %ADDITIONAL%): https://www.b4x.com/android/forum/threads/b4x-comment-links.119897/#content

Download link: https://www.b4x.com/b4a.html
 
Last edited:

f0raster0

Well-Known Member
Licensed User
Longtime User
If you are using an old SDK you might encounter issues with a few outdated libraries (design support for examples). You can install it in a new folder and try it.
Hi Team (or Erel),

What does 'old SDK' mean? today, I updated B4A from 13.0 beta to 13.1, but I'm unsure if a full reinstall is necessary. In most cases, it wasn't needed, but given the significant changes mentioned from Google, should I install everything from scratch this time or how to know if my SDK is OK?
My path:
C:\java\jdk-19.0.2\bin\javac.exe
C:\Android4\platforms\android-34\android.jar

I'm asking because I can't remember 😞 whether I did a full fresh installation when I installed v13-beta or if my last complete new installation was with v12.8 or an earlier version


thanks in advance
 
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
The Online Core version is still showing 12.8

1739689367699.png
 
Upvote 0

teddybear

Well-Known Member
Licensed User
The core version has been 13.01, just online database is not updated.
 
Upvote 0

mcqueccu

Well-Known Member
Licensed User
Longtime User
The Post you quoted does not apply here. As at the time you made your post, the Core was not updated, it was still 12.80 But from B4A Version 13.1 the Code was updated, but the online Excel sheet was not changed. Since my post this morning, it has been changed.

So if you are using the latest B4A, your Core should be 13.1

PS: The Core Library number is different from the Version number. At times, the new version can be released but the core will not be updated hence the core and version number will be different
 
Upvote 0
Top