Questions tagged «cordova-plugins»

23
ionic 2-错误在Android Studio中都找不到Gradle的安装版本
我创建了ionic 2项目,并添加了如下的诊断cordova插件: ionic plugin add cordova.plugins.diagnostic npm install --save @ionic-native/diagnostic 并添加android平台,如下所示: ionic platform add android@latest 但是当使用ionic build android控制台构建时,出现此错误: Error: Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android Studio …

14
在一个命令中更新Cordova插件
我想知道有没有更简单的方法来更新cordova插件? 我用谷歌搜索,发现了一个钩子(@ 2013年),但这不是我想要的100%。 我知道我可以通过两个步骤来做到这一点:rm,然后添加,但我正在寻找一种更好的(官方)方法来帮助我哪些插件具有更新的版本?我可以用一个命令更新所有这些 (就像:npm更新) 例如: $ cordova plugin list /* list all installed plugins, their dependencies, and newer versions */ $ cordova plugin update /* update all of them for me */ 如果没有官方的方法,还有其他帮手吗?哟?

15
通过Cordova config.xml将条目添加到iOS .plist文件
我是Cordova CLI的新手。 我需要通过Cordova以编程方式执行以下步骤。 在项目.plist中添加新行 在新行中输入以下值: 密钥:GDLibraryMode类型:字符串(默认)值:GDEnterpriseSimulation 我想我需要在项目根目录下的config.xml文件中执行此操作(或者也许在“ platforms”文件夹中的目录中)。 有人可以向我解释如何通过config.xml添加条目,以便在编译时添加上述条目吗? 我正在使用Cordova 3.3.1-0.42(我知道它不是最新的)。我已经完成了我的项目,一切都很好,我只需要将此条目添加到pList中即可。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.