我使用phonegap插件,我無法得到它的工作。在插件中,有一個plugin.xml,我可以知道應該如何設置這個文件。Android Phonegap插件和谷歌分析
我有我的配置如下,它不工作。
<platform name="android">
<config-file target="res/xml/config.xml" parent="plugins">
<feature name="GAPlugin" >
<param name="android-package" value="com.adobe.plugins.GAPlugin"/>
</feature>
</config-file>
<source-file src="src/com/learnchn/pinyin/GAPlugin.java"
target-dir="src/com/learnchn/pinyin" />
<source-file src="libs/libGoogleAnalyticsV2.jar"
target-dir="libs" />
</platform>
你使用命令行工具來生成android項目? –
你的意思是塞特曼?我用Eclipse來生成apk。 –
我從來沒有嘗試過插件,它似乎與使用Eclipse非常不同。例如,plugman會生成一個android清單文件嗎? –