I'm happy to release B4A v8.80 BETA. This version includes a new type of libraries named b4x libraries. b4x libraries are made of B4X code modules, general files, layout files and a manifest file. b4x libraries can be cross platform and also have other advantages over the standard compiled libraries.
Debugger improvements:
- Fix for issue where resumable sub could show the wrong value for a global variable.
- Fix for issue where the error message points to the wrong module.
Other bug fixes and minor improvements.
Currently OkHttpUtils2 is included as a b4x library. The jar file is also kept for backward compatibility.
More libraries will be distributed as b4x libraries in the future.
As this is a beta version you should make sure to backup your projects before loading them with the new version.
An email with installation instructions will be sent to all developers who are eligible for a free upgrade.
@Erel and @LucaMs, This is the international part of the forum, PLEASE keep it in ENGLISH, even if it isn"t you primary language!
Our beloved Administrator, EREL, has provided sub-forums where you can express yourself in your primary language, if you like to.
@Erel and @LucaMs, This is the international part of the forum, PLEASE keep it in ENGLISH, even if it isn"t you primary language!
Our beloved Administrator, EREL, has provided sub-forums where you can express yourself in your primary language, if you like to.
I did, there's 9 Thread PAGES! even more than my primary languare sub-forum!
Don't mistake "no new thread" with "no threads at all"! The last one is from November 12th!
I've released beta #2. There were several edge cases related to the new b4x libs feature which required a relatively large update. Please give beta #2 a try...
It is available in the same link as before.
The final version is planned to be released next week.
I've released beta #2. There were several edge cases related to the new b4x libs feature which required a relatively large update. Please give beta #2 a try...
It is available in the same link as before.
The final version is planned to be released next week.
It is related to the combination of compiled libraries with b4x libraries. AppUpdating library is an example of a library that previously didn't work and now should work.
My issues related to "error parsing libraries, method of implementing is not supported" have been fixed in BETA #2 and I am able to compile without errors.
The log shortcuts; going to point in program after clicking a log entry doesn't work however.
My issues related to "error parsing libraries, method of implementing is not supported" have been fixed in BETA #2 and I am able to compile without errors.
It is a false positive because of it being a new file.
Note that there are cases where the log buttons will not work. For example if the log is printed from inside a b4x lib.
It should work if the code is in your project.
It is related to the combination of compiled libraries with b4x libraries. AppUpdating library is an example of a library that previously didn't work and now should work.