How to install APKs from Google Play Console generated from an Android App Bundle?
You can install these APKs using the adb install-multiple
command:
adb install-multiple base.apk config.en.apk config.xxhdpi.apk
Other options you can use:
- The internal testing track,
- Deploy directly from Android Studio (select "Deploy APK from app bundle" in the Run Configurations.