run ionic 6 without capacitor without android studio 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 ..