I am trying to install the following 2 plugins into my cordova app. I am able to install and compile the project however when I import in eclipse I find the following error.
Description Resource Path Location Type
The declared package "org.pushandplay.cordova.apprate" does not match the expected package "org.apache.cordova.apprate" AppRate.java /myApp/src/org/apache/cordova/apprate line 1 Java Problem
Note: There are no errors when I run the project in CLI i.e. cordova run android
Thanks for your time.