VS2015 open/import cordova project -


i need import loaded cordova project vs2015 cordova tools. loading files www folder, , replacing config.xml dont work. ideas?

try this:

  1. create new project in vs2015

  2. build project make sure there no problem vs2015 installation.

  3. copy content old index.html new index.html

  4. copy related, e.g. images, html files (if not using spa), js files, css files, under www directory, not copy api.

  5. open config.xml in vs2015 double click(do not use view code open), add related api.

  6. build project again.

it should work unless api not compatible vs2015.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -