Phonegap Windows Phone 8构建错误

时间:2014-05-29 19:37:28

标签: cordova windows-phone-8

我正在尝试将应用程序部署到Windows Phone 8设备,使用phonegap的3.0.0-0.14.4命令行工具进行编译,但是在尝试构建它时我不断收到此错误消息:

phonegap local run wp8 -V

[error] An error occurred while building the wp8 project.
WARNING: [ --debug | --release ] not specified, defaulting to debug...
Building Cordova-WP8 Project:
        Configuration : Debug
        Directory : C:\Users\Robson\Documents\Phonegap\project\platforms\wp8
Compiling this solution's projects one at a time. 
To enable parallel compilation, add "/m" option
  Project -> C:\Users\Robson\Documents\Phonegap\project\platforms\wp8\Bin\
Debug\br.com.project.dll
  Begin application manifest generation
  No changes detected. Application manifest file is up to date
  Begin Xap packaging
MSBUILD : error : Xap packaging failed. Failed to package file 'C:\Users\Robson\
Documents\Phonegap\project\platforms\wp8\www\.svn\entries'. Could not find the
specified file. [C:\Users\Robson\Documents\Phonegap\project\platforms\
wp8\Project.csproj]
ERROR: MSBuild failed to create .xap when building cordova-wp8 for debugging.

如果我使用Visual Studio Express for Windows Phone打开解决方案,则会引用此“.svn”目录,该目录在硬盘驱动器上不存在。这解释了错误。

当我删除引用并在Visual Studio上构建它时,我可以将它部署到手机上。如果我删除了引用并尝试使用phonegap的命令行工具构建它,则会再次出现错误。看起来像phonegap的命令行工具正在创建这个对“.svn”目录的破坏引用。

通过phonegap的命令行工具或Visual Studio部署它有什么区别吗?

有没有办法解决这个phonegap的命令行构建问题?

提前致谢。

1 个答案:

答案 0 :(得分:0)

检查.svn文件夹的C:\ Users \ Robson \ Documents \ Phonegap \ project \ merges文件夹,如果它在那里则删除。 欢呼声