Android Question Application transfer

Christopher

Member
Licensed User
Longtime User
I developed a b4a app in release mode and loaded (and ran) same onto phone 1. How can I load same application onto phone 2 by moving files ? Where are the app files stored on phone 1 ?

thanks

Chris
 

Christopher

Member
Licensed User
Longtime User
The compiled APK file is available under the Object folder. You can copy it to other devices and install it.
Thank you. However I connected phone and cannot locate the Object folder. Is it hidden ? how can i access same ?

thanks
Chris
 
Upvote 0

NJDude

Expert
Licensed User
Longtime User
The Object folder is not on the phone but your PC, look under the project's directory, let's say you have created a directory for your apps and project name is MyAwesomeApp, then you'll find the APK in this location:
B4X:
C:\AndroidProgramming\Apps\MyAwesomeApp\Objects
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…