Ionic imagepicker 插件未安装错误

Ionic imagepicker plugin is not installed error

我正在尝试在 ionic 中安装 ImagePicker 插件作为此处的指南: https://ionicframework.com/docs/native/image-picker 我已经安装了两个

ionic cordova plugin add cordova-plugin-telerik-imagepicker
npm install @ionic-native/image-picker

但是在通过 Devapp 添加 android 平台和 运行 我的移动应用程序上的代码后,我收到以下错误:

ImagePicker plugin is not installed, install in by this code : ionic cordova plugin add cordova-plugin-telerik-imagepicker.

但是我已经安装了这个插件,甚至我在cordova插件列表中也能看到它!

运行 应用程序使用以下命令

ionic cordova run android -l -c