Software Archive
Read-only legacy content
17061 Discussions

intel xdk new update plugin errors

MATRIX_R_
Beginner
2,032 Views

Hi,

i just update my intel xdk to lastest 2673 and now i got plugin build error with cli 4.1.2 and cli 5.1.1 with android crosswalk 

what is going wrong ?

last day it was working good and not now

thanks

0 Kudos
17 Replies
Ad
New Contributor III
2,032 Views

Here not problem building my android crosswalk project.
Using Cordova and several cordova and intel plug-ins
Version: XDK 2673 - Windows 7 64 bit

What kind of error do you get, and which plugin is causing the problem?

0 Kudos
MATRIX_R_
Beginner
2,032 Views

a lot of plugins

the only thing i know is that the 2611 was working good

anyone has the link to download the 2611 please ?

thanks

0 Kudos
MATRIX_R_
Beginner
2,032 Views

log error

0 Kudos
Elroy_A_Intel
Employee
2,032 Views

It seems as though you have blank plugins declared and plugin installation failures.I recommend removing all of your plugins in your project under the Plugins Management window and deleting the plugins folder if visible in your project directory. After completing the previous actions, add the desired Cordova plugins via the Plugins Management window.

0 Kudos
Anusha_M_Intel1
Employee
2,032 Views

Are you using the intelxdk additions file to include the plugins? If so, please use the plugin manager as recommended by Elroy. 

0 Kudos
MATRIX_R_
Beginner
2,032 Views

Hi,

i'm using plugin manager and not additions.xml i have delete it

 

0 Kudos
Konstantin_R_
New Contributor I
2,032 Views

Hi all,

I have the same problem and too last day it was working.

0 Kudos
PaulF_IntelCorp
Employee
2,032 Views

@Konstantin -- the error message you've got implies to me that you're including that plugin via the intelxdk.config.additions.xml file. If that is the case, please remove references to it (and all other plugins) from that file and use the Plugin Manager on the Projects tab. Note that you can specify a git ref hash tag if you specify that a plugin is a git repo plugin (the case for your failed plugin).

0 Kudos
PaulF_IntelCorp
Employee
2,032 Views

@Matrix -- based on your build error summary, you are building with CLI 4.1.2 and Crosswalk 14. Switch to CLI 5.1.1 and Crosswalk 15 and see if that works better, I think it will resolve most of the errors in your build.

0 Kudos
MATRIX_R_
Beginner
2,032 Views

Paul F. (Intel) wrote:

@Matrix -- based on your build error summary, you are building with CLI 4.1.2 and Crosswalk 14. Switch to CLI 5.1.1 and Crosswalk 15 and see if that works better, I think it will resolve most of the errors in your build.

Hi,

1) i delete the addition.xml file

2) i already test with 4.1.2 and 5.1.1

3) i remove all plugins and re-add them again thru plugin manager

still same problem

0 Kudos
PaulF_IntelCorp
Employee
2,032 Views

@Matrix -- can you provide a simple example app that is causing this build failure? I don't recognize most of those plugins. Please ZIP the ENTIRE project directory for a project that is failing and attach it to your post. If you cannot share it publicly, send a link via a private message. Include the ENTIRE project directory and ALL files within in the ZIP file, that will allow us to see how the project is configured.

0 Kudos
MATRIX_R_
Beginner
2,032 Views

now i get build fail error

the txt file is the log of build fail

0 Kudos
PaulF_IntelCorp
Employee
2,032 Views

The problem now is that local notification app. It doesn't compile properly with CLI 5. I have no idea why, all I know is that if you remove it your build will work. You'll need to contact the owner of that plugin, at his github repo, and see if he knows why it causes CLI 5 builds to fail. That, or find an alternative.

0 Kudos
MATRIX_R_
Beginner
2,032 Views

Paul F. (Intel) wrote:

The problem now is that local notification app. It doesn't compile properly with CLI 5. I have no idea why, all I know is that if you remove it your build will work. You'll need to contact the owner of that plugin, at his github repo, and see if he knows why it causes CLI 5 builds to fail. That, or find an alternative.

ok now it is working with removing the local notifications plugin

but the problem is with previous version the build was succeful ok with that plugin

0 Kudos
PaulF_IntelCorp
Employee
2,032 Views

It worked with the CLI 4.1.2 build system because that is the version of the Cordova build system that existed when the author created that plugin. There have been a lot of changes made by the Cordova project in the CLI 5 release, which has caused some plugins to break. This plugin needs to be updated by the author in order to continue to be useful. The CLI 4 system will eventually disappear, because it will become obsolete.

0 Kudos
MATRIX_R_
Beginner
2,032 Views

Paul F. (Intel) wrote:

It worked with the CLI 4.1.2 build system because that is the version of the Cordova build system that existed when the author created that plugin. There have been a lot of changes made by the Cordova project in the CLI 5 release, which has caused some plugins to break. This plugin needs to be updated by the author in order to continue to be useful. The CLI 4 system will eventually disappear, because it will become obsolete.

Hi,

thanks for reply

is that mean that cli 4.1.2 is deprecated ? or will be deprecated ?

0 Kudos
Amrita_C_Intel
Employee
2,032 Views

Yes, it will be deprecated. So the plugin needs to updated for CLI5 by the author of that plugin.

0 Kudos
Reply