- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Are you using the intelxdk additions file to include the plugins? If so, please use the plugin manager as recommended by Elroy.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
i'm using plugin manager and not additions.xml i have delete it
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
@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).
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
@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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
@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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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 ?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Yes, it will be deprecated. So the plugin needs to updated for CLI5 by the author of that plugin.
