简体   繁体   English

使用构建配置ARM构建Windows Phone项目时出错

[英]Error building Windows Phone project with build configuration ARM

The project can be compiled and deployed to the Emulator and Device . 可以编译该项目并将其部署到仿真器和设备 Everything works fine as long as the build configuration is set at AnyCPU or x86 . 只要将构建配置设置为AnyCPUx86,一切都可以正常工作。 And is set to Debug . 并设置为Debug


But when build configuration is set to Release, project doesn't build. 但是,当构建配置设置为Release时,则不会构建项目。 If project is set to AnyCPU and ARM, the same problem exists. 如果将项目设置为AnyCPU和ARM,则存在相同的问题。

Error 1 错误1

Files has invalid value "<?xml version="1.0"?>". Illegal characters in path.

The error doesn't point to a file. 该错误并不指向文件。

External Libraries referenced by in this project- 在此项目中引用的外部图书馆-

 - JeffWilcox.PhoneThemeManager
 - Buddy
 - AdDuplex

The Windows Phone 8 emulator can run only applications built as AnyCPU or x86, because it is actually running on your PC as on Hyper-V as a virtual machine. Windows Phone 8仿真器只能运行作为AnyCPU或x86构建的应用程序,因为它实际上是在您的PC上作为虚拟机在Hyper-V上运行的。
On the other hand all Windows Phone 8 devices are ARM only, so to run your app on device, it needs to be AnyCPU or ARM. 另一方面,所有Windows Phone 8设备仅是ARM,因此要在设备上运行您的应用,它必须是AnyCPU或ARM。
I hope this clears some confusion in the deployment limitations. 我希望这消除了部署限制方面的一些混乱。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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