In cordova add platform then get mess "Adding android project..." but that is not added the platform -
in cordova
when add platform , message in cmd
adding android project...
but not added platform android
. how can add platform.
you can add platform inside project.
cordova create hello com.example.hello helloworld cd hello cordova platform add android
check platform
cordova platform ls
Comments
Post a Comment