Error "No platforms added to this projects. please use `cordova add platform <platform>`" When I Try to Build Android APK - Save My Knowledge
Thursday, January 17, 2019

Error "No platforms added to this projects. please use `cordova add platform `" When I Try to Build Android APK

Hi, when I try to build .apk file for Android (run `cordova build --release android`) on my Ionic Project, I got this error:
From this error, we can see the solution for this error, on: Please use.
So then I try to run the command
cordova platform add android
Then it installing platform for android automatically, so we just need to wait until the process is done and then we can run the build again once more by run the command
cordova build --release android
And the build process is done smoothly 💃