Android Question [Android Studio ->to B4A] Source code migration

ocalle

Active Member
Licensed User
Longtime User
Hello!
Is there any way, guideline, help or orientation to convert from android studio to b4a? I ask this because I found some useful codes and I need to know before I buy it if I can convert it. Some guidance on how to do it would be welcome thank you for your advice

Greets
 

DonManfred

Expert
Licensed User
Longtime User
You need to write a wrapper for it. You can not convert a AS-Project to B4A.
Learn java and write a wrapper. Search the forum for some guides. They are there (not much though!).
 
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
not easy, i think you will end up in rewrite the project.
but its possible to make a library in android studio and then u can use it in b4a with help of the free tool SimpleLibraryCompiler.
 
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
You still need to write the wrapper in java which you can compile with SLC.
i meant u can use menu new / module / android library there and in the SimpleLibraryCompiler u can use this path, this lib can be used direct in b4a.
and within the studio project u can use this own lib for testing.
 
Upvote 0

ocalle

Active Member
Licensed User
Longtime User
Well ill try something from my all days on C++ Thanks all
 
Upvote 0
Top