Reputation: 31
I have added firebase plugin to cordova for push notification. When I try to create android app using command "cordova platform add android" I am getting error message saying failed to install 'cordova-plugin-firebase' and can any one please suggest me how can i fix this issue.
Upvotes: 0
Views: 781
Reputation: 101
Change your android version. This solved for me.
cordova platform
cordova platform rm android
cordova platform add android@version_number
Upvotes: 0