我在build.phonegap.com上构建了一个应用程序,因此没有使用sdk。 我上传了我的自定义config.xml文件,因为我需要Android的“留在webview”属性,这些应用程序在android中运行良好,但是当我尝试在windows手机商店上传它时,我得到:
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>
答案 0 :(得分:0)
我今天在Phonegap的帮助中心找到了解决方案。如果您也遇到此问题,请将应用的手机版本降级为1.9.0。