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
6
solved In cordova add platform then get mess “Adding android project…” but that is not added the platform [closed]