Reputation: 111
Cordova 5.3.1 doesn't copy WWW folder ( root folder) content to asset folder and android app. As it was happening in cordova 3.6.3-0.2.13.
i am using following commands to build android app.
cordova prepare android
cordova compile android
i have also tried
cordova build android
Upvotes: 0
Views: 209
Reputation: 111
Now i found the solution. I was using node 5.0.0. Now problem is solved by node 4.0.0.
Upvotes: 1