0
votes

I'm making a simple camera preview project in ionic 3. I first added the platform with the command:

$ ionic cordova platform add android

Then when I try to run the project with:

$ ionic cordova run android

I get this message enter image description here

I tried removing the android platform and then again adding it but it doesn't work.

1
have you tried deleting from the device the app installed with the same bundle?Alberto M
Yes that was the problem. Thank you very much.codelover
next time add the relevant error in the question, what you asked above didn't say a lot about your problem!Alberto M

1 Answers

0
votes

You have installed app with same package name, uninstall it and try again