我在 build.phonegap.com 上构建了一个应用程序,所以没有使用 sdk。我上传了我的自定义 config.xml 文件,因为我需要 android 的“留在 webview”属性,这些应用程序在 android 中运行良好,但是当我尝试将它上传到 windows phone 商店时,我得到:
1034:AppManifest.xml 文件具有无效的条目程序集。更新它然后重试
确保在 AppManifest.xaml 的 EntryPointAssembly 字段中指定的程序集名称是 XAP 中存在的真实程序集的名称。重建你的项目应该可以解决这个问题。
我无法访问 appmanifest.xml,我试图在 phonegap 中重建它,但它对我没有用!
我的 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>