Build Android Studio app via command line

后端 未结 12 1777
梦谈多话
梦谈多话 2020-11-27 10:36

I want to build an Android Studio app (the Gradle build system), but I want to do this via the command line.

12条回答
  •  囚心锁ツ
    2020-11-27 11:15

    Adding value to all these answers,

    many have asked the command for running App in AVD after build sucessful.

    adb install -r {path-to-your-bild-folder}/{yourAppName}.apk
    

提交回复
热议问题