Android extract apk from aab bundle file and install it

If bundletool is not yet installed, on mac use brew to install it

brew install bundletool

Extract apks and then install it to a device

bundletool build-apks --bundle=example-app-release.aab --output=example-app-release.apks
bundletool install-apks --apks=example-app-release.apks

Reference:
https://developer.android.com/studio/command-line/bundletool

Search within Codexpedia

Custom Search

Search the entire web

Custom Search