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

Build failed

Jure_C_
Beginner
602 Views

Hi,

I have to which I made changes more then a year ago and now I have to update it. I have downloaded newest version of Intel XDK and because of that I also had to transform project to a newer version. Project has two build Android and iOS. I first started with Android one and when I try to build it, I get build failed. Here is the log:

550507

EDIT: If I build with CLI 5.1.1 it builds fine, but higher CLI versions aren't working.

Best regards,

Jure

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
602 Views

Your app includes the long retired "intel.xdk.device" plugin and it looks like that is causing the build problems > https://software.intel.com/en-us/xdk/docs/intel-xdk-api-cordova-plugin-methods-properties-events#intel.xdk.device < I recommend you rewrite your code so that any dependencies on that plugin's APIs are changed to use the current and maintained core Cordova plugins. You can easily locate those old xdk APIs by searching for "intel.xdk.device" in your source code.

0 Kudos
Reply