Android Question Deplying apps without B4A Bridge

gbzrope

Member
Licensed User
Hi,
I have an app devloped which needs to be deployed to multiple android tablets, and the user will not have B4A Bridge on their system.

So where can I find the compiled .apk file which I assume can be compied to the traget tablet(s) and installed by the users?
 

yfleury

Active Member
Licensed User
Longtime User
Hi,
I have an app devloped which needs to be deployed to multiple android tablets, and the user will not have B4A Bridge on their system.

So where can I find the compiled .apk file which I assume can be compied to the traget tablet(s) and installed by the users?

In your project folder, search for Objects folder and you will see your apk file
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Compile in release mode. You will find your APK in the objects or bin folder
 
Upvote 0

RJB

Active Member
Licensed User
Longtime User
Hi,
I have an app devloped which needs to be deployed to multiple android tablets, and the user will not have B4A Bridge on their system.

So where can I find the compiled .apk file which I assume can be compied to the traget tablet(s) and installed by the users?
In the objects sub folder of the project folder
 
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
you can share the apk at google drive or one drive, it can be installed from cloud.
 
Upvote 0
Top