gpt4 book ai didi

android - Phonegap 构建应用程序不在 Android 中显示启动画面

转载 作者:行者123 更新时间:2023-11-29 17:48:07 26 4
gpt4 key购买 nike

我正在为 iOS 和 Android 开发一个应用程序,我正在使用 Phonegap Build 来创建它。我想要显示启动画面,我为每个平台创建了 .png 文件;在 iOS 中一切正常,但在 Android 中没有出现启动画面。

我的 config.xml 看起来像这样(相关代码):

<preference name="phonegap-version" value="3.4.0" />
<preference name="orientation" value="portrait" />

<gap:plugin name="org.apache.cordova.splashscreen" version="0.2.7" />

<!-- Android -->
<gap:splash src="screen/android/screen-ldpi-port.png" gap:platform="android" gap:qualifier="ldpi" />
<gap:splash src="screen/android/screen-mdpi-port.png" gap:platform="android" gap:qualifier="mdpi" />
<gap:splash src="screen/android/screen-hdpi-port.png" gap:platform="android" gap:qualifier="hdpi" />
<gap:splash src="screen/android/screen-xhdpi-port.png" gap:platform="android" gap:qualifier="xhdpi"/>

<!-- iOS -->
<gap:splash src="screen/ios/screen-iphone-portrait.png" gap:platform="ios" width="320" height="480" />
<gap:splash src="screen/ios/screen-iphone-portrait-2x.png" gap:platform="ios" width="640" height="960" />
<gap:splash src="screen/ios/screen-iphone-portrait-568h-2x.png" gap:platform="ios" width="640" height="1136" />
<gap:splash src="screen/ios/screen-ipad-portrait.png" gap:platform="ios" width="768" height="1024" />
<gap:splash src="screen/ios/screen-ipad-portrait-2x.png" gap:platform="ios" width="1536" height="2008" />

我关注Phonegap Documentation创建我的启动画面,适用于 Android 的尺寸是:

  • screen-ldpi-port.png – (320 x 426)
  • screen-mdpi-port.png – (320 x 470)
  • screen-hdpi-port.png – (480 x 640)
  • screen-xhdpi-port.png – (720 x 960)

有解决办法吗?谢谢!

最佳答案

您没有默认的启动标签

<gap:splash src="splash.png" />

它在文档中:http://docs.phonegap.com/phonegap-build/configuring/icons-and-splash/

您需要查看 PhoneGap Build 文档,而不仅仅是 PhoneGap 文档。建筑很特别。

关于android - Phonegap 构建应用程序不在 Android 中显示启动画面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25007228/

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