Prerequisites
Building for Android
- Click Deploy in the Fastshot editor
- Select Android
- Choose a build type:
- Preview — for internal testing
- Production — for Google Play submission
- Click Start Build
The build takes approximately 3-4 minutes. When complete, you’ll get a download link for the APK file.
Publishing to Google Play
- Download the APK from the Expo build dashboard
- Open Google Play Console and create a new app
- Upload the APK to the appropriate track:
- Internal testing — for your team
- Closed testing — for invited testers
- Open testing — for public beta
- Production — for public release
- Complete the store listing:
- App name and description
- Screenshots (phone and tablet)
- Feature graphic
- Privacy policy URL
- Content rating questionnaire
- Submit for review
Start with internal testing to verify everything works before submitting to production.
Store listing tips
- Use clear, descriptive screenshots that show your app’s key features
- Write a concise description focusing on what users can do with the app
- Include a privacy policy (required by Google Play)
- Complete the content rating questionnaire accurately
Troubleshooting
- Build fails — check the Expo build dashboard for error logs
- APK not installing — ensure “Install from unknown sources” is enabled on the test device
- Missing app icon — verify the app icon is set in App Configuration before building