To specify building an APK instead of an App-bundle with EAS Build, Add build type to the appropriate release-channel: // Add this in eas.json to your release channel "android": { "buildType": "apk" }