``` git pull && npx cap sync && cd android && ./gradlew assembleDebug && adb install -r app/build/outputs/apk/debug/app-debug.apk ``` ``` cd /Users/hansoo./Dev/zellyy-finance && git pull && npx cap sync && cd android && ./gradlew assembleDebug ```