Warm tip: This article is reproduced from stackoverflow.com, please click
android ionic-framework

Can you use ionic capacitor run android and ionic cordova run android?

发布于 2020-04-10 16:00:21

just wanna know if you can you use ionic capacitor run android and ionic cordova run android at the same project?

Or do I have to use only one?

I am using Ionic 4

Questioner
Smarttouch
Viewed
86
Chetan Bansal 2020-02-01 23:31

Capacitor and Cordova are two wrapper frameworks that can be used to build your ionic application on. These are basically two routes, which should be decided at the beginning of the app. Difficult to change later. Both of these have separate ways of building and deploying the app on actual devices, and you have to follow only one based on your framework.

Refer these links for more info on them Link1 Capacitor build flow