Android Question Help shared my app

Nkalampika

Active Member
Licensed User
hello I want to share my application to another phone either by wifi, bluetooth. I have android 8
 

mcqueccu

Well-Known Member
Licensed User
Longtime User
You can copy the app apk from objects folder of your project to your phone, and share or if the app is installed on your phone, you can use xender app to share
 
Upvote 0

Nkalampika

Active Member
Licensed User
thank you but I would like to share the application of my application thanks to the share button! I have a library that does it but it is incompatible with android 8
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
There are two steps required:
1. Copy the APK to the other phone.
2. Install the APK.

This means that the APK itself must be included in your app files. You can then send it with Bluetooth and use a file explorer to install it. It cannot be done automatically unless another app of yours is already running on the other phone, like B4A-Bridge.
 
Upvote 0
Top