Generate Apk file from aab file (android app bundle)
问题 Is there any way to generate an apk file from android app Bundle via terminal or using android studio? 回答1: By default, the IDE does not use app bundles to deploy your app to a local device for testing Refer bundletool command For Debug apk command, bundletool build-apks --bundle=/MyApp/my_app.aab --output=/MyApp/my_app.apks For Release apk command, bundletool build-apks --bundle=/MyApp/my_app.aab --output=/MyApp/my_app.apks --ks=/MyApp/keystore.jks --ks-pass=file:/MyApp/keystore.pwd --ks-key