zoukankan      html  css  js  c++  java
  • Error: cordova-plugin-telerik-imagepicker cannot be added. <edit-config> changes in this plugin conflicts with <edit-config> changes in config.xml.

    错误信息:Failed to install 'cordova-plugin-telerik-imagepicker': Error: cordova-plugin-telerik-imagepicker cannot be added. <edit-config> changes in this plugin conflicts with <edit-config> changes in config.xml. Conflicts must be resolved before plugin can be added.

    翻译信息:安装“cordova plugin telerik imagepicker”失败:错误:无法添加cordova plugin telerik imagepicker。此插件中的<edit config>更改与中的<edit config>更改冲突配置.xml. 必须先解决冲突,然后才能添加插件。

     解决方案:

    安装最新版本的 cordova-plugin-telerik-imagepicker 插件会存在问题,因为它必须在 Android 10 中才能正常使用。

    可以考虑安装 版本较低 的插件,命令如下:ionic cordova plugin add cordova-plugin-telerik-imagepicker@2.3.3

  • 相关阅读:
    Git fetch和git pull的区别
    git revert和git reset的区别
    JSF 与 HTML 标签的联系
    3. Decorator
    2. Observer
    1. Strategy
    继承构造函数的执行顺序
    模板特化
    8.1.2 Template instantiation (Accelerated C++)
    std::cin
  • 原文地址:https://www.cnblogs.com/whereGo/p/14327744.html
Copyright © 2011-2022 走看看