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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -