Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>PhoneGap Build only your web assets. It doesn't build any native source code (MyPhoneGapActivity.java). You can find <strong>.apk</strong> file in Eclipse project <strong>bin</strong> folder</p> <p>create config.xml file in www folder and put splash image in <strong>"splash/android/"</strong> folder and then build in phonegap site. for more details see <a href="https://build.phonegap.com/docs/config-xml" rel="nofollow">https://build.phonegap.com/docs/config-xml</a></p> <p><strong>www/config.xml</strong>:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;widget xmlns = "http://www.w3.org/ns/widgets" xmlns:gap = "http://phonegap.com/ns/1.0" id = "com.phonegap.example" version = "1.0.0"&gt; &lt;name&gt;Sample&lt;/name&gt; &lt;description&gt; Sample &lt;/description&gt; &lt;preference name="phonegap-version" value="2.0.0" /&gt; &lt;!-- Icons --&gt; &lt;icon src="icon.png" /&gt; &lt;icon src="icons/ios/icon.png" width="57" height="57" /&gt; &lt;icon src="icons/ios/icon-72.png" gap:platform="ios" width="72" height="72" /&gt; &lt;icon src="icons/ios/icon_at_2x.png" width="114" height="114" /&gt; &lt;icon src="icons/android/ldpi.png" gap:platform="android" gap:density="ldpi" /&gt; &lt;icon src="icons/android/mdpi.png" gap:platform="android" gap:density="mdpi" /&gt; &lt;icon src="icons/android/hdpi.png" gap:platform="android" gap:density="hdpi" /&gt; &lt;!-- Splash Screens --&gt; &lt;preference name="orientation" value="default" /&gt; &lt;preference name="fullscreen" value="true" /&gt; &lt;preference name="webviewbounce" value="false" /&gt; &lt;preference name="show-splash-screen-spinner" value="false" /&gt; &lt;gap:splash src="splash.png" /&gt; &lt;gap:splash src="splash/ios/Default.png" width="320" height="480" /&gt; &lt;gap:splash src="splash/ios/Default_at_2x.png" width="640" height="960" /&gt; &lt;gap:splash src="splash/ios/Default-Landscape.png" width="1024" height="768" /&gt; &lt;gap:splash src="splash/ios/Default-Portrait.png" width="768" height="1024" /&gt; &lt;gap:splash src="splash/android/ldpi.png" gap:platform="android" gap:density="ldpi" /&gt; &lt;gap:splash src="splash/android/mdpi.png" gap:platform="android" gap:density="mdpi" /&gt; &lt;gap:splash src="splash/android/hdpi.png" gap:platform="android" gap:density="hdpi" /&gt; &lt;gap:splash src="splash/android/xhdpi.png" gap:platform="android" gap:density="xhdpi" /&gt; &lt;/widget&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload