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:
create new project in vs2015
build project make sure there no problem vs2015 installation.
copy content old index.html new index.html
copy related, e.g. images, html files (if not using spa), js files, css files, under www directory, not copy api.
open config.xml in vs2015 double click(do not use view code open), add related api.
build project again.
it should work unless api not compatible vs2015.
Comments
Post a Comment