Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Could not generate debug module

klevis
Beginner
576 Views

I am trying to use the following third party plugin https://github.com/kalpeshhpatel/cordova-tapjoy-plugin to integrate with Tapjoy. 

But, when trying to do a debug on my android phone i get the following error. 

  • The App ID is "com.intel.appx.Test.xwalk15"
  • The App Name is "AP Debug x15 Test"
  • Application will be signed.
  • Plugin "cordova-plugin-statusbar" (1.0.0) installed.
  • Plugin "cordova-plugin-device" (1.0.1) installed.
  • Plugin "cordova-plugin-splashscreen" (2.1.0) installed.
  • Error: Plugin "org.apache.cordova.plugin.TapjoyPlugin" (1.0) failed to install.
  • Plugin "com.intel.xdk.ppfa" (1.0) installed.

 

The plugin fails to install. Has anyone else experienced this issue? Can this  be an issue with the plugin itself?.

I am using Crosswalk version 15, Intel XDK 2611, Cordova CLI 5.1.1

Any help is appreciated.

Thanks.

0 Kudos
1 Solution
PaulF_IntelCorp
Employee
576 Views

This is likely an issue with the plugin. Are you able to build your app with that plugin? Try performing a Crosswalk build (the debug builds are Crosswalk builds) using CLI 4.1.2 and Crosswalk 14, this will be the closest simulation of a debug build. From that you should be able to get a detailed build log which might shed some light on the problem.

View solution in original post

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
577 Views

This is likely an issue with the plugin. Are you able to build your app with that plugin? Try performing a Crosswalk build (the debug builds are Crosswalk builds) using CLI 4.1.2 and Crosswalk 14, this will be the closest simulation of a debug build. From that you should be able to get a detailed build log which might shed some light on the problem.

0 Kudos
klevis
Beginner
576 Views

Thanks for the reply. I tried downgrading the project to CLI 4.1.2 and Crosswalk 14 and it worked. I guess the plugin is not yet compatible with the new CLI version and Crosswalk. 

0 Kudos
Reply