Software Archive
Read-only legacy content
17061 Discussions

The build failed, hockeyappplugin

Bastien_L_
Beginner
553 Views

Hello, 

I try to add the cordova plugin HockeyaPplugin (http://plugins.cordova.io/#/package/net.michaelgooden.cordova.hockeyappplugin) but the build fail (iOS & Android): 

  • Building a Cordova 4.1.2 application.
  • The application name is ""
  • The package name is ""
  • Will use the provisioning profile for "adhoc"
  • Plugin "com.clone.phonegap.plugins.PushPlugin" (2.4.1) installed.
  • Plugin "org.apache.cordova.statusbar" (0.1.9) installed.
  • Plugin "org.apache.cordova.splashscreen" (0.3.5) installed.
  • Plugin "org.apache.cordova.device" (0.2.13) installed.
  • Error: Plugin "net.michaelgooden.cordova.hockeyappplugin" (0.1.8) failed to install.

I don't have problem without the plugin. Do you have any idea ?

Thanks.

0 Kudos
3 Replies
Amrita_C_Intel
Employee
553 Views

Can you please provide with screenshot of build failure log? Are you using android crosswalk or just Android to build your app? If you are using Just with Android try building with Android crosswalk.

For iOS it could one these reaons

  • Your App ID specified in the project settings do not match the one you specified in Apple's developer portal
  • The provisioning profile does not match the cert you uploaded. Double check with Apple's developer site that you are using the correct and current distribution cert and that the provisioning profile is still active. Re download the provisioning profile and add it to your project to confirm
  • In the Project Build Settings, your name App Name is invalid. It should be modified to include only alpha, space and numbers.

 

0 Kudos
Bastien_L_
Beginner
553 Views

 

How I said on my first post, I don't have any problem to build on iOS & Android Crosswalk without the plugin "Hockey Plugin"(http://plugins.cordova.io/#/package/net.michaelgooden.cordova.hockeyappp...).

 

 

When I add the plugin on the "Third-Party Plugins" of my project, it's not possible to build anymore.

The build screen without and with the plugin:

Screen Shot 2015-03-12 at 21.51.50.png

 

Screen Shot 2015-03-12 at 21.55.42.png

Screen Shot 2015-03-12 at 22.04.07.png

0 Kudos
PaulF_IntelCorp
Employee
553 Views

Are you specifying the parameters for the plugin? You can only do this using the intelxdk.config.additions.xml file for third-party plugins. See the bottom of this doc page: https://software.intel.com/en-us/xdk/docs/adding-special-build-options-to-your-xdk-cordova-app-with-the-intelxdk-config-additions-xml-file

0 Kudos
Reply