- APK Export
- AAB Export
An APK is an Android app file that installs directly on any Android device. It’s the fastest way to get your game off the browser and onto a real phone for testing.How to exportIn the editor, click the Export button and select APK. You’ll be asked to set an app name and upload an app icon (PNG or JPG, minimum 512x512 pixels, square). Once done, Pixelfork packages your game and downloads the APK file to your device.Installing on AndroidTransfer the APK to your Android device and open it to install. You may need to enable “Install from unknown sources” in your Android settings — this is normal for any APK installed outside the Play Store.What APK is best forAPK export is ideal for personal testing, sharing a build with a small group of testers, or demoing your game on a physical device. It is not the format used for Play Store submission — for that, use AAB export.APK vs AAB — which one to use
| APK | AAB | |
|---|---|---|
| Install directly on device | Yes | No |
| Google Play Store submission | No | Yes |
| Best for | Testing & sharing | Publishing |