Malformed config.xml in PhoneGap Build



Excuse my bad English. I am from Russia. I'm trying to create my first phonegap app in browser (build.phonegap.com) and get a mistake "malformed config.xml" Why? I cannot understand what is the reason. I made lots of little changes but they did not help. Thanks. I will be happy to get a good answer.



<?xml version="1.0" encoding="UTF-8"?>

<widget xmlns = "http://ift.tt/18Fk3Vk"
xmlns:gap = "http://ift.tt/16o90D3"
id = "su.moy.apelsinblog.drumrollfraction"
version = "3.0.0">

<name>Барабанная дробь</name>

<description>
DrumRollFraction is an app which can do practically everything with fractions.
</description>

<author href="http://ift.tt/1v1W7uY" email="alutsenko2002@gmail.com">
Alexander Lutsenko, Russia, Perm
</author>
<preference name="permissions" value="none"/>

<!-- Customize your app and platform with the preference element. -->
<preference name="phonegap-version" value="3.5.0" /> <!-- all: current version of PhoneGap -->
<preference name="orientation" value="default" /> <!-- all: default means both landscape and portrait are enabled -->
<preference name="target-device" value="universal" /> <!-- all: possible values handset, tablet, or universal -->
<preference name="fullscreen" value="false" /> <!-- all: hides the status bar at the top of the screen -->
<preference name="webviewbounce" value="true" /> <!-- ios: control whether the screen 'bounces' when scrolled beyond the top -->
<preference name="prerendered-icon" value="false" /> <!-- ios: if icon is prerendered, iOS will not apply it's gloss to the app's icon on the user's home screen -->
<preference name="stay-in-webview" value="true" /> <!-- ios: external links should open in the default browser, 'true' would use the webview the app lives in -->
<preference name="ios-statusbarstyle" value="black-opaque" /> <!-- ios: black-translucent will appear black because the PhoneGap webview doesn't go beneath the status bar -->
<preference name="detect-data-types" value="true" /> <!-- ios: controls whether data types (such as phone no. and dates) are automatically turned into links by the system -->
<preference name="exit-on-suspend" value="true" /> <!-- ios: if set to true, app will terminate when home button is pressed -->
<preference name="show-splash-screen-spinner" value="true" /> <!-- ios: if set to false, the spinner won't appear on the splash screen during app loading -->
<preference name="auto-hide-splash-screen" value="true" /> <!-- ios: if set to false, the splash screen must be hidden using a JavaScript API -->
<preference name="disable-cursor" value="false" /> <!-- blackberry: prevents a mouse-icon/cursor from being displayed on the app -->
<preference name="android-minSdkVersion" value="1" /> <!-- android: MIN SDK version supported on the target device. MAX version is blank by default. -->
<preference name="android-installLocation" value="auto" /> <!-- android: app install location. 'auto' will choose. 'internalOnly' is device memory. 'preferExternal' is SDCard. -->

<!-- Plugins -->

<!-- Core plugins -->

<gap:plugin name="org.apache.cordova.console" />
<gap:plugin name="org.apache.cordova.device" />
<gap:plugin name="org.apache.cordova.dialogs" />
<gap:plugin name="org.apache.cordova.globalization" />
<gap:plugin name="org.apache.cordova.inappbrowser" />
<gap:plugin name="org.apache.cordova.media" />
<gap:plugin name="org.apache.cordova.splashscreen" />

<!-- Third party plugins -->
<!-- A list of available plugins are available at http://ift.tt/1l4Zc9Z -->

<!-- Define app icon for each platform. -->
<icon src="icon.png" />

<gap:config-file platform="ios" parent="CFBundleShortVersionString">
<string>100</string>
</gap:config-file>


<access origin="apelsin-blog.moy.su" subdomains="true" />
</widget>

No comments:

Post a Comment