malformed config.xml phonegap build error

General questions about NeoAppBuilder - our rapid application development tool for building HTML5, web and mobile apps.

Moderator: Neosoft Support

Locked
User avatar
HackinHoodLogicsTm
Posts: 131
Joined: Wed Aug 28, 2013 7:03 am
Location: Ghana
Contact:

malformed config.xml phonegap build error

Post by HackinHoodLogicsTm »

Please does anyone know why am getting this error and how to fix it? While I try to build my app with PhoneGap.
Usually, it works with this app I get the error about malformed config.xml

This the error
malformed config.xml
and below is my config.xml

[syntax=xml]<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.mohammed.iradani"
version="8"
>
<name short="IRADANI">
IRADANI GH
</name>
<description>
The Best App ever
</description>
<author email="xyz@gmail.com" href="http://iradani.com">
Mohammed Bashiru
</author>
<icon src="img/icon256.png" width="256" height="256" />
<icon src="img/icon48.png" width="48" height="48" />
<icon src="img/icon32.png" width="32" height="32" />
<icon src="img/icon24.png" width="24" height="24" />
<icon src="img/icon16.png" width="16" height="16" />
<content src="index.html"/>
<access origin="*"/>
<gap:platform name="android"/>
<preference name="orientation" value="default" />
<preference name="android-MediaPlaybackRequiresUserAction" value="false" />
<preference name="android-AllowInlineMediaPlayback" value="true" />
<feature name="http://api.phonegap.com/1.0/device" />
<feature name="http://api.phonegap.com/1.0/media" />
<gap:plugin name="cordova-plugin-device" source="npm" />
<gap:plugin name="cordova-plugin-media" source="npm" />
<gap:plugin name="cordova-plugin-device-orientation" source="npm" />
<gap:plugin name="cordova-plugin-whitelist" source="npm" />
</widget>
[/syntax]

Any help will be appreciated
I am proud to be a Neobooker!!!
www.neosoftware.com
Special Thanks To
Mr. David Riley
Locked