Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.