When executing the ionic build andorid
command I get the following error:
Error: No platforms added to this project. Please use 'cordova platform add <platform>'.
Could someone help me?
When executing the ionic build andorid
command I get the following error:
Error: No platforms added to this project. Please use 'cordova platform add <platform>'.
Could someone help me?
Before doing ionic build android
you must add the platform:
$ ionic platform add android
...
$ ionic build android
...
Please note that in order to make build
of Android you must have installed and configured the Android SDK
For more information you can visit: