简体   繁体   中英

Migrating Cordova Multi-Device Hybrid App to Visual Studio 2015

Have been following the instructions to migrate VS2013 proejct to VS2015 as outlined in the page:

http://mariusbancila.ro/blog/2015/07/31/migrating-a-cordova-project-from-visual-studio-2013-to-visual-studio-2015/

and

https://github.com/Microsoft/cordova-docs/blob/master/known-issues/known-issues-vs2015.md

Getting some build Errors:

Done executing task "MdaVsCli" -- FAILED. (TaskId:11)
1>Done building target "BuildMDA" in project "LabbookMobile.jsproj" -- FAILED.: (TargetId:11)

Full Output: http://pastebin.com/uh6eMQu1

Dose anyone anyone know how I can fix this?

Turned out I had some of the files in the wrong location in the newly created www directory. The xxxx.jsproj, taco.json and config.xml should be in the directory above the www folder.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM