G gbzrope Member Licensed User Apr 29, 2019 #1 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?
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?
Marcus Araujo Member Licensed User Longtime User Apr 29, 2019 #2 Build the release version then find the .APK in /Objects folder. Upvote 0
yfleury Active Member Licensed User Longtime User Apr 29, 2019 #3 gbzrope said: 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? Click to expand... In your project folder, search for Objects folder and you will see your apk file Upvote 0
gbzrope said: 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? Click to expand... In your project folder, search for Objects folder and you will see your apk file
Cableguy Expert Licensed User Longtime User Apr 29, 2019 #4 Compile in release mode. You will find your APK in the objects or bin folder Upvote 0
R RJB Active Member Licensed User Longtime User Apr 29, 2019 #5 gbzrope said: 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? Click to expand... In the objects sub folder of the project folder Upvote 0
gbzrope said: 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? Click to expand... In the objects sub folder of the project folder
yfleury Active Member Licensed User Longtime User Apr 29, 2019 #6 be sure you compile your project to Release not Debug Upvote 0
yfleury Active Member Licensed User Longtime User Apr 29, 2019 #7 @Cableguy you are to fast for me Upvote 0
MarkusR Well-Known Member Licensed User Longtime User Apr 29, 2019 #8 you can share the apk at google drive or one drive, it can be installed from cloud. Upvote 0
Cableguy Expert Licensed User Longtime User Apr 29, 2019 #9 MarkusR said: you can share the apk at google drive or one drive, it can be installed from cloud. Click to expand... As long as "install from unknown sources" is enabled! Last edited: Apr 29, 2019 Upvote 0
MarkusR said: you can share the apk at google drive or one drive, it can be installed from cloud. Click to expand... As long as "install from unknown sources" is enabled!