I have generate and .apk using phonegap build and I'm having problem while trying to install it using a "Lg Optimus 3D" with Android version v.2.2.2. Here is the config.xml that I am using:
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.xxxxxxx.jjjjjjjjjjjjjj"
version = "1.0.0">
<!-- versionCode is optional and Android only -->
<name>THE NAME</name>
<description>
THE DESCRIPTION
</description>
<author email="XXX...@gmail.com">
XXXXXXX
</author>
<icon src="icon.png" width="72" height="72" />
<feature name="http://api.phonegap.com/1.0/geolocation"/>
<feature name="http://api.phonegap.com/1.0/network"/>
</widget>
I have not had any problems with any devices till now... what is happening with that mobile phone? what could be the problem?