


-ks -> Keystore file used to generate the Android Bundle.-output -> Destination and file name for the generated apk file.Java -jar bundletool-all-0.3.3.jar build-apks -bundle=bundle.aab -output=app.apks -ks=my-release-key.keystore -ks-key-alias=alias -ks-pass=pass:password You can now install extract apks from aab file and install it to a deviceĮxtracting apk files from through the next command Installing the aab directly from the device, I couldn't find a way for that.īut there is a way to install it through your command line using the following documentation You can install apk to a device through BundleToolĪccording to Vila Calvo" comment he noted that to install bundletools using HomeBrew use brew install bundletool
