Calender create event error

i get error while using create event in local phone error is ‘calender plugin is not installed’…but i have already installed this plugin

Please help me :frowning:

Did you all commands and non has output an error?

$ npm install @ionic-native/core --save
$ ionic cordova plugin add cordova-plugin-calendar
$ npm install --save @ionic-native/calendar

And did you add it to you app module to the providers list?

i try this but thats give blow error

Native: tried calling Calendar.hasReadWritePermission, but the Calendar plugin is not installed.
Install the Calendar plugin: 'ionic cordova plugin add cordova-plugin-calendar’
plugin_not_installed

Are you using livereload (the -l flag)? Some people wrote about plugins not working with livereload. So try it without livereload, if you haven’t yet.

No i m not using livereload,i just add platform and build than install in my devices.but still not working.

Are you building with ionic build or ionic cordova build.
Can you send the output of ionic info please?
And the output of ionic cordova plugin

yes i m building with ionic cordova build

ionic info
cli packages: (D:\WSCloud\New\WSC_Mobile_App\wscloudmobileapp\node_modules)
@ionic/cli-utils : 1.19.0
ionic (Ionic CLI) : 3.19.0
global packages:
cordova (Cordova CLI) : 7.0.1
local packages:
@ionic/app-scripts : 2.1.4
Cordova Platforms : android 5.2.2
Ionic Framework : ionic-angular 3.6.1
System:
Node : v6.11.2
npm : 3.10.10
OS : Windows 7
Environment Variables:
ANDROID_HOME : not set
Misc:
backend : legacy


D:\WSCloud\New\WSC_Mobile_App\wscloudmobileapp>ionic cordova plugin

cordova plugin ls
cordova-android-support-gradle-release 1.1.5 “cordova-android-support-gradle-rel
ease”
cordova-plugin-actionsheet 2.3.3 “ActionSheet”
cordova-plugin-android-permissions 1.0.0 “Permissions”
cordova-plugin-calendar 5.0.0 “Calendar”
cordova-plugin-camera 2.4.1 “Camera”
cordova-plugin-compat 1.1.0 “Compat”
cordova-plugin-console 1.0.5 “Console”
cordova-plugin-contacts 2.3.1 “Contacts”
cordova-plugin-crosswalk-webview 2.2.0 “Crosswalk WebView Engine”
cordova-plugin-datepicker 0.9.3 “DatePicker”
cordova-plugin-device 1.1.4 “Device”
cordova-plugin-file 4.3.3 “File”
cordova-plugin-file-transfer 1.6.3 “File Transfer”
cordova-plugin-inappbrowser 1.4.0 “InAppBrowser”
cordova-plugin-ionic-webview 1.1.16 “cordova-plugin-ionic-webview”
cordova-plugin-network-information 1.3.3 “Network Information”
cordova-plugin-splashscreen 4.0.3 “Splashscreen”
cordova-plugin-statusbar 2.2.1 “StatusBar”
cordova-plugin-whitelist 1.3.1 “Whitelist”
cordova-plugin-wkwebview-engine 1.1.6 “Cordova WKWebView Engine”
cordova-plugin-x-socialsharing 5.2.1 “SocialSharing”
es6-promise-plugin 4.1.0 “Promise”
ionic-plugin-keyboard 2.2.1 “Keyboard”
phonegap-plugin-barcodescanner 6.0.8 “BarcodeScanner”

Did you install Android Studio and set up the sdk tools? It says you have not defined your ANDROID_HOME variables and also under system android sdk tools is not listed.

Here are some requirement listed: