我按照这个链接
http://docs.build.phonegap.com/en_US/configuring_icons_and_splash.md.html#_splash_screens
创建了splash.png config.xml中
<gap:splash src="splash.png" />
<gap:splash src="ldpi.png" gap:platform="android" gap:qualifier="ldpi" />
<gap:splash src="mdpi.png" gap:platform="android" gap:qualifier="mdpi" />
<gap:splash src="hdpi.png" gap:platform="android" gap:qualifier="hdpi" />
原始文件的尺寸为240x320 ldpi,320x480 mdpi,480x800 hdpi
然后我知道了这个网址 生成https://romannurik.github.io/AndroidAssetStudio/nine-patches.html 9补丁
似乎无法正常工作
pl help