I want to build an Android Studio app (the Gradle build system), but I want to do this via the command line.
enter code hereCreate script file with below gradle and adb command, Execute script file
enter code here
./gradlew clean
./gradlew assembleDebug ./gradlew installDebug
adb shell am start -n applicationID/full path of launcher activity