Android app bundle support installation
- detect extension before installing, error on incompatible.
- check if
bundletool is available, if not install it brew install bundletool
- install and run the app
Some Stackoverflow knowledge
bundletool build-apks --bundle=./20.aab --output=./gplan.apks
bundletool install-apks --device-id=$SELECTED_DEVICE_ID --apks=gplan.apks
Android app bundle support installation
bundletoolis available, if not install itbrew install bundletoolSome Stackoverflow knowledge