Step-by-step guide to exporting a Revyl-compatible build of your Android app
.apk
file from Android Studio. Follow the steps below to create your build.
build.gradle
file (usually app/build.gradle
).apk
file will appear. The APK is typically located at:
app/build/outputs/apk/debug/app-debug.apk
.apk
file to Revyl! Simply drag and drop your .apk
into the upload area or use our CLI tool.
For detailed upload instructions, see Uploading your app.
Build fails with ABI configuration errors
build.gradle
includes the correct ABI configuration:APK not found after build
app/build/outputs/apk/debug/app-debug.apk
app/build/outputs/apk/release/app-release.apk
*.apk
files in your project directory.Gradle build fails