android-app-bundle

Generate Apk file from aab file (android app bundle)

走远了吗. 提交于 2019-11-26 14:07:54
问题 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

Android App Bundle introduces Resource Not found crash in Android app

走远了吗. 提交于 2019-11-26 10:28:58
问题 By using android new Android App Bundle i have found Resource Not Found Crashes in 2 of my google play store apps :- Here is the stacktrace from fabric for one of the app:- Unable to start activity ComponentInfo{/com.Lastyear.MainActivity}: android.content.res.Resources$NotFoundException: File res/drawable/abc_item_background_holo_dark.xml from drawable resource ID #0x7f08002c at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2377) at android.app.ActivityThread