- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Good morning Intel,
when you will update to the latest version 6.0.0 cordova?
I'm waiting.
Thank you.
Luigi Cama
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
The next update will have support for Cordova CLI 5.4.1. We dont have a date for 6.0.0 yet
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thank you Rakshith,
I apologize in advance for my English.
I asked for Cordova 6 because I had problems with https://github.com/phonegap/phonegap-plugin-push version 1.4.3 that does not allow the installation of more apps. I read that the solution of Gradle script:
Android {
defaultConfig.applicationId = "your.package.id"
}
Unfortunately, the 1.5.3 version of PhoneGap, which contains the Gradle script, is not supported by Cordova 5.1.1. Do you know if cordova 5.4.1 supports Gradle script?
Thank you again.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
We are working on a workaround to apply that specific gradle script, will let u know when its implemented
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
We have updated the build system now, we are now adding the gradle workaround for builds by default, so u can just use the push plugin and build and it will not have conflicting app install issue
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
It works well on Android . Now we wait for all the transition to the new CLI Cordova to resolve the Google issue.
Good work Intel Team. Thank You.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello, I am trying to build an app with Ionic Framework and add minimum PushWoosh plugin to work 4.2.2.
is showing this error: gradle script.
Do you have any solution?
Sorry about my English
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
See the instructions in the description of that plugin in the Plugin Management tool under the featured plugins for some help:
Which should lead you to these FAQs:
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thanks, I managed to solve.
Remove the <framework> line that references the gradle script from the plugin.xml
file.
