..
List of Useful ADB Commands
Compile app with debug:
./gradlew assembleDebug
Open the app:
adb shell am start -a android.intent.action.MAIN -n com.example.app/com.example.MainActivity
Stop the app:
adb shell pm clear com.example.app