How to deploy an app I've written to my phone without having wireless?

Ricky D

Well-Known Member
Licensed User
Longtime User
Can I use the usb connection to deploy?

If so how?

regards, Ricky
 

mc73

Well-Known Member
Licensed User
Longtime User
You can manually copy your apk to a folder at the device and install it from there. If I understood correctly, of course.
 
Upvote 0

Ricky D

Well-Known Member
Licensed User
Longtime User
My phone supports usb debugging. What do I do at the PC end?

Regards, Ricky
 
Upvote 0

Ricky D

Well-Known Member
Licensed User
Longtime User
No that doesn't work. It's saying I must use B4A Bridge which I can't use now.

Please Erel what do I have to do?

regards, Ricky
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
The simple way, as mc73 said, is to copy the apk file into your device and then install it from there.
When you compile a project, a file is created with the extention .apk and saved automatically in the Objects folder in your PC. same folder that holds your b4a project.. you need to connect your phone, open a folder in your phone, such as Dounload folder, then copy the .apk file in that folder. Now disconnect the USB cable and go to Download folder (or any other folder where you copied the .apk file, and open it, then follow the installation instructions.

Hope this will help you.
 
Last edited:
Upvote 0
Top