build my ionic app and get the debug version with capacitor code example
Example: capacitor build android without android studio
ionic capacitor copy android && cd android && ./gradlew assembleDebug && cd ..
ionic capacitor copy android && cd android && ./gradlew assembleDebug && cd ..