Unable to use some Cordova Plugins like Paypal, Splashscreen, etc

Its finally working.

Following is my steps of restoring my project:

Created Basic project.

Added package.json

Added Splash and Icon

Added Config.xml

Added config folder

npm Install
*Issue: Error: Failed to render sass to css
Followed instructions at this link to set up custom icons:
https://github.com/GerritErpenstein/ionic2-custom-icons/blob/master/docs/CONFIGURATION.md

npm install ionic

ionic cordova build android
*Issue: Ionic Native: deviceready did not fire within 5000ms. This can happen when plugins are in an inconsistent state. Try removing plugins from plugins/ and reinstalling them.
Saw this link:
[Warning] Native: deviceready did not fire within 2000ms. This can happen when plugins are in an inconsistent state. Try removing plugins from plugins/ and reinstalling them. (app.bundle.js, line 63826) - #21 by Salute
Removing and adding Platform again.

After removing and adding the SplashScreen Plugin, i was able to solve the issue.

1 Like