2012-10-03 65 views
2

我使用phonegap build生成和使用了.apk,並且在嘗試使用Android版本v.2.2.2中的「Lg Optimus 3D」進行安裝時出現問題。下面是我使用的config.xml文件:Phonegap - Android - 您的設備與此版本不兼容

<?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="[email protected]"> 
     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> 

我還沒有與任何設備到現在爲止...什麼是與手機發生什麼問題?可能是什麼問題呢?

回答

相關問題