Android Question I don't make apk

SonoPresente

New Member
Hi

I hope I'm posting in the right thread

I have B4A 13.10 in the project, I have only: make package the app

and B4A make only the file aab

How to I make to apk?
 

Brian Dean

Well-Known Member
Licensed User
Longtime User
b. the phone linked with bridge
You do not need to be linked through the bridge in order to compile an apk. Just click on function key F11 - you will see the error message "An error accurred. No device found." but even so the newly compiled .apk file will be in the Objects folder for your project. However you would not normally do this - normally you would be connected to either a device or emulator.
 
Upvote 0
Top