Aiman Nazri
Aiman Nazri

Reputation: 35

Error deploying Ionic app to Android emulator (Ionic 4)

im using ionic 4 framework and running the command ionic cordova run android using android studio emulator.. then it shows error like this question Error deploying Ionic app to Android Phone (Ionic 4) .. but still the solution didnt solve my problem..

any help would highly appreciated

Upvotes: 0

Views: 43

Answers (1)

Musawer Shah
Musawer Shah

Reputation: 336

Use the command with --device flag on
ionic cordova run android --device

Upvotes: 0

Related Questions