In cordova
when add the platform , I get the message in CMD
Adding android project...
but not added the platform android
. so how can i add this platform.
you can add platform inside the project.
cordova create hello com.example.hello HelloWorld
cd hello
cordova platform add android
check your platform
cordova platform ls