gpt4 book ai didi

cordova - 电话间隙 : gap:config-file Not working on config. xml

转载 作者:行者123 更新时间:2023-12-02 01:00:01 25 4
gpt4 key购买 nike

我尝试在 Phonegap 项目的 config.xml 中使用元素“gap:config-file”来修改生成的 AndroidManifest.xml 的某些元素,但它不起作用。

我将其添加到我的 config.xml 中:

<gap:config-file platform="android" parent="/manifest">
<supports-screens
android:xlargeScreens="false"
android:largeScreens="false"
android:smallScreens="false" />
</gap:config-file>

然后我做一个

phonegap build android

一切都很成功,但是当我打开AndroidManifest.xml时,没有任何变化,仍然显示旧值:

<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />

我已经尝试了几个小时,但我无法完成这项工作。

有什么想法吗?

谢谢!古斯塔沃

最佳答案

这只是 Phonegap Build 的一项功能。该功能记录如下:http://phonegap.com/blog/2014/01/30/customizing-your-android-manifest-and-ios-property-list-on-phonegap-build/

您可以在本地创建自定义插件并指定 list 的覆盖。另一种选择是直接编辑 AndroidManifest.xml 并在其中添加所需的选项。这些更改在构建过程中不会被覆盖。

关于cordova - 电话间隙 : gap:config-file Not working on config. xml,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25723194/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com