Android Question Test my program with a new device

Giusy

Active Member
Licensed User
Hi, I have finshed my little program.
I want to test it whit a new device without bridge.
how can I do?
Thanks
 

BillMeyer

Well-Known Member
Licensed User
Longtime User
Compile it in Release Mode.

Then look under ProjectName/Object/ - you will see {name}.apk
upload_2018-7-6_13-20-12.png


Transfer this .apk to your new device and click on it there - it will install if you have set your phone to accept unknown sources in the setup. Follow these instructions to put it in that mode: https://www.applivery.com/docs/troubleshooting/android-unknown-sources

Enjoy !!
 
Upvote 0

Giusy

Active Member
Licensed User
Hi, In the object folder I have MYPROG_RAPID_DEBUG
Wath is Release Mode?
I copy the apk file on my phone where exactly?
I am new in B4a :(
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Hi, In the object folder I have MYPROG_RAPID_DEBUG
Wath is Release Mode?
Compile your app IN RELEASE MODE!
The apk you see its a debug apk. This apk can only run started from the IDE.
I copy the apk file on my phone where exactly?
It doesn´t matter. Open the file on the device using a Filemanager and install the app when asked...
 
Upvote 0

Giusy

Active Member
Licensed User
Yes, I have seen this option. After fill the form of the sign key, how I connect the key whit the apk?
 
Upvote 0
Top