Cordova 未接受Phonegap.xap,获取错误1034

Cordova 未接受Phonegap.xap,获取错误1034,cordova,windows-phone,.net-assembly,Cordova,Windows Phone,.net Assembly,我已经在build.phonegap.com上构建了一个应用程序,所以没有使用sdk。 我上传了我的自定义config.xml文件,因为我需要android的“留在webview”属性,这些应用在android中运行良好,但当我尝试在windows phone应用商店上传时,我得到: 1034:AppManifest.xml文件具有无效的条目程序集。请更新它,然后重试 确保AppManifest.xaml中EntryPointAssembly字段中指定的程序集名称是XAP中存在的真实程序集的名称

我已经在build.phonegap.com上构建了一个应用程序,所以没有使用sdk。 我上传了我的自定义config.xml文件,因为我需要android的“留在webview”属性,这些应用在android中运行良好,但当我尝试在windows phone应用商店上传时,我得到:

1034:AppManifest.xml文件具有无效的条目程序集。请更新它,然后重试

确保AppManifest.xaml中EntryPointAssembly字段中指定的程序集名称是XAP中存在的真实程序集的名称。重建项目应该可以解决这个问题

我无法访问appmanifest.xml,我试图在phonegap中重建它,但没有成功

My config.xml

<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" version="1.0.0" versionCode="10"   id="com.app" xmlns:gap="http://phonegap.com/ns/1.0"> 
<!-- versionCode is optional and Android only -->
<name>Theappname</name> 
<description> The app. </description> 
<author email="email@adress.com" href="https://aurl.com"> Feel free to contact </author> 
<preference name="stay-in-webview" value="true"/> </widget>

应用程序名
应用程序。
请随时联系

我今天在Phonegap的帮助中心找到了解决方案。如果您也有此问题,请将应用程序的phonegap版本降级为1.9.0