Hi everybody
How can I export the source code of B4x to android studio to deliver to my client and he can perform some tests in his working framework (android studio)
Thanks in advance
It's not directly possible. The Java code is available but it is structured to work with the B4A Core library so will not run as is in Android Studio. Nor can the layout files be used in Android Studio.
You can run the full project if you organize the dependencies correctly. You will not be able edit the layouts with Android Studio. It will also be difficult to do anything useful with the generated code, but if someone wants, it is possible.