Skip to main content
To upload build files to MobileBoost, please ensure the following build requirements are met:
Upload the .apk containing your app.After your app is built, either via Android Studio or by running the command ./gradlew assembleDebug in your project directory, look in:
<project-name>/<app-module-name>/build/outputs/apk/

Manual upload

From the main page (Tests Overview), go to the Builds section. Click the Upload Build button in the top right of the screen, then navigate to and select the relevant build file. After a successful upload, the file will appear at the top of the Builds list.

CI/CD upload

Build uploads can also be automated as part of your CI/CD pipeline. See the CI integration guide for details.