Software Archive
Read-only legacy content
17061 Discussions

Update to intel xdk 3088 build failure issue

Jeremiah_D_
Beginner
347 Views

Hi. I’ve been having a persistent issue ever since I updated intel xdk to 3088.

I am building with android crosswalk 16.

I converted the legacy certificate to a new one as had been stipulated in the 3088 release notes.

But I'm still unable to guild my app. Kindly assist. Error log and snapshot are attached.

0 Kudos
1 Solution
PaulF_IntelCorp
Employee
347 Views

Jeremiah -- based on the second image, your project is trying to use the older versions of those plugins, which I am confident is the source of the failed build. Try the following:

  • remove the plugins using the Projects tab
  • switch your app to CLI 5.4.1 (with no plugins installed)
  • exit the XDK
  • in your project folder, remove the plugins directory
  • start the XDK
  • add the plugins back, using the Projects tab

When you are done, you should have a clean set of the new plugins.

View solution in original post

0 Kudos
4 Replies
PaulF_IntelCorp
Employee
347 Views

The inappbrowser plugin is causing the problems. What version of the plugin are you using? Try changing your CLI to 5.4.1 and allow the XDK to also change your plugin versions at the same time. If you are using CLI 5.4.1, try changing to 5.1.1 and try the build again.

0 Kudos
Jeremiah_D_
Beginner
347 Views

I tried the upgrade but it wasn't entirely successful. I get the following message on selecting the update CLI and plugin option.

I use the plugins below in my code.

And the build still fails.

 

0 Kudos
PaulF_IntelCorp
Employee
348 Views

Jeremiah -- based on the second image, your project is trying to use the older versions of those plugins, which I am confident is the source of the failed build. Try the following:

  • remove the plugins using the Projects tab
  • switch your app to CLI 5.4.1 (with no plugins installed)
  • exit the XDK
  • in your project folder, remove the plugins directory
  • start the XDK
  • add the plugins back, using the Projects tab

When you are done, you should have a clean set of the new plugins.

0 Kudos
Jeremiah_D_
Beginner
347 Views

Thanks Paul. This solved the problem. I'm able to build successfully.

 

 

0 Kudos
Reply