如何找到适用于平台的插件的正确版本

How can I find the correct version of a plugin for a platform

changing the CLI version of your Visual Studio Tools for Apache Cordova project 的文档指出:

Plugins are tested against a specific version of each Cordova platform [...] In a sense, it's tied to that version of the Android platform

假设我想将我的 cordova-android 平台升级到版本 7.1.0。

我在哪里可以找到我使用的插件版本是针对该平台版本进行测试的?

我使用的最重要的插件是相机和文件插件

这个说法不再正确,插件曾经固定到 platform/CLI 版本,但现在不是了。

如今,well-configured 插件在 plugin.xml 和 package.json 文件中指定了有关 "engines" tags/entries 所需的 CLI 或平台版本的任何限制。因此,当您安装它们时,它们可能无法安装或安装与您当前 platform/CLI.

兼容的先前版本

所以,基本上使用 cordova plugin add 命令从 npm 安装,你应该获得与当前 platforms/CLI

兼容的最新版本