Android Question Post Release Version to Device

Bob Rassle

New Member
Licensed User
Longtime User
I am feeling a bit silly here, but it is only my 2nd day developing for devices.

While I am learning, I am only writing little utilities for my own use. B4A makes it incredibly easy in every way Writing, debugging and testing the release on the device. Except for one thing,

I just can not see how to put the release version onto the device as a permanent app.

I give you permission to call me a clot if I have missed something obvious.
 

klaus

Expert
Licensed User
Longtime User
Every time you compile your project it is transfered onto the device (emulator).
To avoid the message 'waiting for debugging', complie your project in Release mode.
upload_2014-4-30_14-33-27.png


You might have a look at the Brginner's Guide.
 
Upvote 0
Top