I am building an application that will allow the user to create an application for his friend's birthday without programming and with his own phone. Now I want to put a b4a source in my DirAssets application and sign it on my phone using my Android SDK. How can I do that?
I've done this before on a computer with CMD.
You cannot compile the B4A code on the device as the toolchain, which is made of many different parts, is not compatible with Android.
This is also true for Java code.
You cannot compile the B4A code on the device as the toolchain, which is made of many different parts, is not compatible with Android.
This is also true for Java code.