Ionic 3 无法获得 repo Appodeal

Ionic 3 cant get the repo Appodeal

我正在尝试在我的应用程序中添加 Appodeal,但是当我启动命令时:

ionic cordova plugin add https://github.com/appodeal/appodeal-cordova-plugin.git

我遇到了这个错误:

Installing "com.appodeal.plugin" for android
Failed to install 'com.appodeal.plugin': Error: ENOENT: no such file or directory, open '/Users/faycal/Downloads/ionic/topquotes/platforms/android/AndroidManifest.xml'

如何解决这个问题? 我使用 IONIC 3

1) 尝试删除并添加您的 android 平台

ionic cordova platform rm android --save
ionic cordova platform add android@latest --save

2) 试试这个

npm install

3) 更改node和cordova的版本