Phonegap插件无法在android中运行

时间:2014-03-28 06:07:43

标签: android cordova phonegap-plugins cordova-plugins

我正在创建phonegap应用程序并使用下面的插件进行共享和复制链接。

电子邮件编辑:https://github.com/hazemhagrass/EmailComposer.git

复制到剪贴板:https://github.com/VersoSolutions/CordovaClipboard

社交媒体分享:https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git

创建iOS应用程序时,所有这些插件都能正常运行。但是,当我使用eclipse构建Android应用程序时,复制到剪贴板和社交共享插件不起作用。

如果Android和iOS都支持其他任何插件,请告诉我。

这是我在日志中得到的

enter image description here

这是我的config.xml文件

enter image description here

提前致谢

2 个答案:

答案 0 :(得分:0)

您错误配置了config.xml 你必须根据插件包名称

分配值

例如社交分享,尝试将其更改为

<feature name="SocialSharing">
    <param name="android-package" value="nl.xservices.plugins.SocialSharing" />
</feature>

答案 1 :(得分:-1)

您还可以使用其他程序:

添加你的&#34; cordova.js&#34;将文件存入www文件夹,然后使用活动中的以下代码行运行.html文件。

super.loadUrl("file:///android_asset/www/index.html");