@echo off echo 构建apk(调试包) call gradlew assembleDebug echo 打开app-debug.apk所在目录...... start "" app\build\outputs\apk\debug pause;