Android Question Last release of B4A compatibility with older release ?

DOM85

Active Member
Licensed User
Longtime User
Hello,
All my apps are in B4A V12.80.
If i install the new last release of B4A (13...), will my apps coded in 12.80 still be able to be compiled without errors, and will they work without modifications ?
Thank you.
 

aeric

Expert
Licensed User
Longtime User
Are you apps target latest versions of Android?
 
Upvote 0

DOM85

Active Member
Licensed User
Longtime User
No, i don't need.
But now i have to compile an app that uses Google admob, and i have an error "Maven artifact not found. com.google.guava/guava"
I suppose that my 12.80 release is too old (?)
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
No, i don't need.
But now i have to compile an app that uses Google admob, and i have an error "Maven artifact not found. com.google.guava/guava"
I suppose that my 12.80 release is too old.

Carefully follow the installation instructions and everything will work: https://www.b4x.com/b4a.html
The new instructions require OpenJDK 19, SDK Command Line Tools and new version of Resources.

Do a clean installation of B4A and the new SDK
or
install them on another folders.

Check if the required libraries require updates.
 
Upvote 0

DOM85

Active Member
Licensed User
Longtime User
Carefully follow the installation instructions and everything will work: https://www.b4x.com/b4a.html
The new instructions require OpenJDK 19, SDK Command Line Tools and new version of Resources.

Do a clean installation of B4A and the new SDK
or
install them on another folders.

Check if the required libraries require updates.
Thank you but i still don't know if B4A V13.80 will allow me to maintain my old apps made in V12.80.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Thank you but i still don't know if B4A V13.80 will allow me to maintain my old apps made in V12.80.
Yes, B4A is still B4A :)
Just some changes in new version of Android.
If you face issue that the app is not working correctly after upgrading, post a new question with the error messages.
 
Upvote 0

DOM85

Active Member
Licensed User
Longtime User
Yes, B4A is still B4A :)
Just some changes in new version of Android.
If you face issue that the app is not working correctly after upgrading, post a new question with the error messages.
You're right !
I installed the V13.40 and all is fine !
Thank you ! 👍👍👍
 
Upvote 0
Top