我现在也用cocosd-x开发windowphone8的游戏。
现在碰到个问题是,新创建的工程helloworld在模拟器上能跑起来,但是在真机上跑不起来,报的错误为
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets(1810,3): error MSB4019: The imported project “C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v11.0\Microsoft.Windows.UI.Xaml.Cpp.targets” was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
请问,这种情况,大家又遇到过吗?求大神帮忙
是不是build工程时那个选择模拟器的选项应该选择为Device去build工程
要选ARM版本。不是X86。试试
解决了,好像是Box2d的工程编译出错了,去掉box2d就好了!~!~