Problem for apk ionic: "Platform android already added."

0

I already have my Ionic project ready and it works without errors. When executing the command:

cordova platform add android

this code comes out in the Ubuntu terminal:

Using cordova-fetch for cordova-android@^6.2.3
Error: Platform android already added.

Any solution?

    
asked by Emmanuel Lorenzo 15.06.2017 в 18:10
source

1 answer

-1

you must do the following:

cordova platform remove android
cordova platform add android
    
answered by 30.06.2017 в 21:16