How to Download Your APK
Build and download your Android APK and AAB files. Step-by-step guide for building, testing, and preparing for Google Play.
Building Your Android App
Swiftspeed can build a signed Android APK (for direct installation) and AAB (for Google Play Store upload) for your app.
Step-by-Step Guide
- Go to Publish in the editor sidebar
- Navigate to the Build & Download section
- Click "Build APK"
- Wait for the build to complete (typically under 2 minutes)
- Once complete, download links for both APK and AAB will appear
APK vs AAB
- APK — Android Package file. Can be installed directly on any Android device for testing. Great for sharing with testers.
- AAB — Android App Bundle. Required by Google Play Store for publishing. Google generates optimized APKs from the AAB for each device.
Keystore
Your app is signed with a keystore certificate. Swiftspeed automatically generates and manages your keystore. The same keystore is used for every build, ensuring app update continuity.
Testing Your APK
- Download the APK to your Android device
- If prompted, enable "Install from unknown sources" in your device settings
- Open the APK file to install
- Test all features before publishing to the store
Build Requirements
- At least one feature must be added to your app
- An app icon must be set
- Your app must have a name