Install Android App Bundle on device

后端 未结 7 1555
囚心锁ツ
囚心锁ツ 2021-01-30 03:43

I built my project using the new Android App Bundle format. With APK files, I can download the APK to my device, open it, and immediately install the app. I downloaded my app as

7条回答
  •  余生分开走
    2021-01-30 04:27

    For MAC:

    brew install bundletool
    bundletool build-apks --bundle=./app.aab --output=./app.apks
    bundletool install-apks --apks=app.apks
    

提交回复
热议问题