Install Android App Bundle on device

后端 未结 7 1559
囚心锁ツ
囚心锁ツ 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:22

    Use (on Linux): cd android ./gradlew assemblyRelease|assemblyDebug

    An unsigned APK is generated for each case (for debug or testing)

    NOTE: On Windows, replace gradle executable for gradlew.bat

提交回复
热议问题