|
我在weX5里面添加了一个自己找的cordova插件。插件地址:https://github.com/texh/cordova-plugin-stepcounter
但是在打包APP的时候没有找到自己添加的插件
E:\Users\lenovo\Pictures\2016-10-08_220150.png
然后我尝试使用自动追加的方式打包得到了下面的错误:
-----------------------------------------------------------------------------------------------------------------------------------------------
增加插件:
使用到的插件: [cordova-plugin-whitelist, cordova-plugin-splashscreen, cordova-plugin-app-preferences, com.justep.cordova.plugin.app.utils, cordova-plugin-x-toast, cordova-plugin-inappbrowser, cordova-plugin-app-version, net.texh.cordovapluginstepcounter]
开始安装插件......
****ERROR****: 子任务 "addPlugins" 执行失败。
****ERROR****: 任务 "addPlugins" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: org.dom4j.DocumentException: Error on line 21 of document : The prefix "android" for attribute "android:name" associated with an element type "service" is not bound. Nested exception: The prefix "android" for attribute "android:name" associated with an element type "service" is not bound.
****ERROR****: 如不能确定具体问题,可参考常见问题: http://bbs.wex5.com/thread-82002-1-1.html
-----------------------------------------------------------------------------------------------------------------------------------------------
有没有人知道这是怎么回事?为什么找不到自己添加的插件? |
|