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...

console_image

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

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -