Cordova uses Android Studio to build the project, ionic2, 3, 4 uses Android Studio to build the project

1. Create a cordova-based project

      Create a cordova project

      cordova create hello com.example.hello HelloWorld

      Create an ionic4 project

      ionic start myApp tabs --type=angular

2. Add platform

     cordova platform add android

3. Use Android Studio to build the project

 

 

 Build the debug package

More Android Studio operations can be viewed on the official website document.
Contact us:

QQ group: 390736068

Guess you like

Origin blog.csdn.net/m0_37609394/article/details/83377509