{ "version": "2.0.0", "tasks": [ { "label": "Build Debug APK", "type": "shell", "command": "./gradlew assembleDebug", "problemMatcher": [], "group": { "kind": "build", "isDefault": true } }, { "label": "Clean Project", "type": "shell", "command": "./gradlew clean", "problemMatcher": [] }, { "label": "Build Release APK", "type": "shell", "command": "./gradlew assembleRelease", "problemMatcher": [], "group": "build" }, { "label": "Install Debug APK", "type": "shell", "command": "./gradlew installDebug", "problemMatcher": [] } ] }