Search code examples
androidcordovaplatform

In cordova add platform then get mess "Adding android project..." but that is not added the platform


In cordova when add the platform , I get the message in CMD

Adding android project...

console_image

but not added the platform android. so how can i add this platform.


Solution

  • 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