Android Question Which "Building App Bundles" Files To Share For Testing?

I have Released app to my phone for testing onsite but unsure which files to email to my brother so he can test on his phone onsite.

He is 800ks from me so using the bridge is not an option.

There are 4 files in the Objects DIR but none seem to be a installer file.

thx for looking
 

Attachments

  • Screenshot 2025-01-11 085232.png
    25.3 KB · Views: 20
Solution

Edit: for testing you can do like this:
0. Compile in Release Mode: Build your project in release mode to generate the final application package.

1. Locate the APK File: In the output folder (as shown in your image), you will find a file with the .apk extension. This is your application package.

2. Share the APK File: To share the app for testing, send the .apk file to your brother.

3. Enable Installation from Unknown...

f0raster0

Well-Known Member
Licensed User
Longtime User

Edit: for testing you can do like this:
0. Compile in Release Mode: Build your project in release mode to generate the final application package.

1. Locate the APK File: In the output folder (as shown in your image), you will find a file with the .apk extension. This is your application package.

2. Share the APK File: To share the app for testing, send the .apk file to your brother.

3. Enable Installation from Unknown Sources:
Apps from unknown sources, your brother will need to approve the installation of apps from unknown sources on his device.
This setting is usually found under Settings > Security > Install Unknown Apps or a similar option, depending on the device.

If your brother encounters any issues during installation or has questions, feel free to reach out here on the forum
 
Last edited:
Upvote 1
Solution
Cookies are required to use this site. You must accept them to continue using the site. Learn more…