Ionic framework 此.googlePlus.login()函数中未安装插件

Ionic framework 此.googlePlus.login()函数中未安装插件,ionic-framework,ionic3,ionic-view,Ionic Framework,Ionic3,Ionic View,我正在尝试在我的离子应用程序中使用离子。 调用此函数时,我在Android设备中安装了一个错误plugin\u not\u。googlePlus.login()函数: this.platform.ready(() => { this.googlePlus.login({}) .then(res => console.log(res)) .catch(err => console.log(err)); }); 我使用以下命令安装了插件:

我正在尝试在我的离子应用程序中使用离子。 调用此函数时,我在Android设备中安装了一个错误
plugin\u not\u
。googlePlus.login()函数:

this.platform.ready(() => {
    this.googlePlus.login({})
        .then(res => console.log(res))
        .catch(err => console.log(err));
});
我使用以下命令安装了插件:

ionic cordova plugin add cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=myreversedclientid
npm install --save @ionic-native/google-plus
我将
GooglePlus
添加到
AppModule

我使用命令上传应用程序:
ionic upload

以下是我的插件列表(爱奥尼亚cordova插件):


似乎
爱奥尼亚视图
还不支持
cordova插件googleplus
。您可以找到受支持插件的列表

截至今天(2017年7月31日),受支持的插件列表如下:

View supports a subset of the plugins found in Ionic Native:

ActionSheet 2.2.2
BarcodeScanner 5.0.0
BLE 1.1.1
Bluetooth Serial 0.4.5
Calendar 4.5.0
Camera 2.2.0
Capture 1.3.0
Contacts 2.1.0
DatePicker 0.9.3
DBMeter 1.0.3
Device 1.1.2
Device Motion 1.2.1
Device Orientation 1.0.3
Dialogs 1.2.1
Email Composer 0.8.3
Geolocation 2.2.0
Globalization 1.0.3
ImagePicker 1.1.1
Keyboard 2.2.0
Media 2.3.0
Network Information 1.2.1
SocialSharing 5.1.1
SQLite 1.4.2
StatusBar 2.1.3
Toast 2.5.2
Touch ID 3.2.0
Vibration 2.1.1
View supports a subset of the plugins found in Ionic Native:

ActionSheet 2.2.2
BarcodeScanner 5.0.0
BLE 1.1.1
Bluetooth Serial 0.4.5
Calendar 4.5.0
Camera 2.2.0
Capture 1.3.0
Contacts 2.1.0
DatePicker 0.9.3
DBMeter 1.0.3
Device 1.1.2
Device Motion 1.2.1
Device Orientation 1.0.3
Dialogs 1.2.1
Email Composer 0.8.3
Geolocation 2.2.0
Globalization 1.0.3
ImagePicker 1.1.1
Keyboard 2.2.0
Media 2.3.0
Network Information 1.2.1
SocialSharing 5.1.1
SQLite 1.4.2
StatusBar 2.1.3
Toast 2.5.2
Touch ID 3.2.0
Vibration 2.1.1