Search code examples
androidcordovaibm-mobilefirst

'Cordova build android' taking too long


I am trying to convert my asp.net files into virtual mobile app with android studio and Cordova. Here is the link that I followed; converting a site into mobile app

I typed in 'cordova build android' and it has been more than an hour but still not finished yet. Please recommend on how can I continue with this. The screenshot of my cmd is below. Thanks in advance!

command prompt


Solution

  • "Corodva build android" download multiple dependencies in background. Reason for being slow may be: 1. Slow Internet. 2. You are under proxy.

    If you are not getting any error then cancel this CLI and start another CLI and use same command again.

    Another option is .. Open your project in Android Studio and Android Studio will download all dependencies easily.