Software Archive
Read-only legacy content
17061 Discussions

Unable to install Aerogear Push Plugin using XDK

Ardamis_Y_
Beginner
814 Views

I'm having trouble installing a third party plugin - org.jboss.aerogear.cordova.push from the cordova plugin repository using intel XDK. I've checked the cordova repositories and the plugin is listed there with thousands of downloads. What am I doing wrong? Ive checked everywhere and users reporting this problem were either on cordova 3 or 5. Im trying to install it on 4.1.2 Thanks in advance for any help

Build Log:
  • Building a Cordova 4.1.2 application.
  • The application name is "AGT"
  • The package name is "xdk.intel.blank.template"
  • Error: Plugin "" failed to install.
  • Error: Could not retrieve plugin dependencies for Aerogear Push'.
  • Error: Plugin Aerogear Push failed to install.
  • Plugin "org.apache.cordova.device" (0.2.13) installed.
  • Plugin "org.apache.cordova.splashscreen" (0.3.5) installed.
  • Plugin "android.support.v4" (21.0.1) installed
0 Kudos
3 Replies
Erik_Jan_d_
Beginner
814 Views

The log isn't telling us much, but I think the problem you have is this AGCORDOVA-118 it has been solved in the 2.0.3 release. Maybe you can update to this version and try to install it again. If you have other problems or questions you can also ask them on our mailing list aerogear-users@lists.jboss.org or on our irc channel #aerogear

Cheers,

          Erik Jan

0 Kudos
John_H_Intel2
Employee
814 Views

 

  • Error: Could not retrieve plugin dependencies for Aerogear Push'.

Looks like this plugin has dependencies that are required. You will have to read the docs for that plugin to figure out what they are.

If you are just looking to get push notifications working in your app and are not tied to this particular plugin, checkout pushWoosh. They make it pretty simple to get push working in your cordova app.

0 Kudos
Fernando_M_2
Beginner
814 Views

Use this version org.jboss.aerogear.cordova.push@1.0.1 and cordova 4.1.2

aerogear.JPG

0 Kudos
Reply