[ https://issues.apache.org/jira/browse/CB-12113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15634765#comment-15634765
]
Paul Kofmann edited comment on CB-12113 at 11/4/16 12:27 AM:
-------------------------------------------------------------
As a quick workaround you can revert to cordova-android 5.2.2.
Just put this into your config.xml:
<engine name="android" spec="https://github.com/apache/cordova-android.git#5.2.2"/>
was (Author: geiger):
As a quick workaround you can revert to cordova-android 5.2.2.
Just put this into your config.xml:
```<engine name="android" spec="https://github.com/apache/cordova-android.git#5.2.2"/>```
> Device plugin and crosswalk plugin, no deviceready event
> --------------------------------------------------------
>
> Key: CB-12113
> URL: https://issues.apache.org/jira/browse/CB-12113
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin Device
> Environment: android
> Reporter: Pieter De Gendt
> Attachments: emulator-screenshot-1.png
>
>
> Steps to reproduce:
> {code}
> cordova create hello com.example.hello HelloWorld
> cd hello
> cordova plugin add cordova-plugin-crosswalk-webview
> cordova plugin add cordova-plugin-device
> cordova platform add android
> cordova emulate android
> {code}
> [Crosswalk issue reference|https://crosswalk-project.org/jira/browse/XWALK-7424]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org
|