crosswalk-project

My app not able to find a crosswalk dependency and R file

删除回忆录丶 提交于 2020-01-06 06:10:36
问题 I have followed this link https://crosswalk-project.org/documentation/android/embedding_crosswalk_rvw.html to embed crosswalk in my android project.When I try to install,my app is crashing with below er java.lang.NoClassDefFoundError: Failed resolution of: Lorg/xwalk/core/R$string; I've double-checked the dependencies from the gradle file. Any idea? 回答1: I have imported .jar crosstalk file as module project in my app.after that I have tried with .aar file(xwalk_core_library-23.53.589.4.aar)

My app not able to find a crosswalk dependency and R file

♀尐吖头ヾ 提交于 2020-01-06 06:10:21
问题 I have followed this link https://crosswalk-project.org/documentation/android/embedding_crosswalk_rvw.html to embed crosswalk in my android project.When I try to install,my app is crashing with below er java.lang.NoClassDefFoundError: Failed resolution of: Lorg/xwalk/core/R$string; I've double-checked the dependencies from the gradle file. Any idea? 回答1: I have imported .jar crosstalk file as module project in my app.after that I have tried with .aar file(xwalk_core_library-23.53.589.4.aar)

Crosswalk (xwalk) pull to refresh not working

孤者浪人 提交于 2019-12-25 01:15:02
问题 I'm using Crosswalk ( XwalkView ) instead of the default Webview on Android but it seems that the defalt pull-to-refresh functionality doesn't work on Android 4.3. I've tested it on 5.0 and it's ok, but on 4.3 and 4.2.2 it doesn't work. I'm guessing it has to do with < 5.0 ?! I've tried something like this to enable it, but it failed to work: //Disable the edge effect and try to enable pull to refresh in case we're using xwalk webviews if (BuildConfig.IS_XWALK) { final String INIT_SWITCHES[]

Crosswalk Error about “Request was denied for security”

隐身守侯 提交于 2019-12-20 19:43:13
问题 I use cordova 6.3.1 and crosswalk of cordova plugin 2.1.0 in Android App. I use self certification in server. When I send http post request from cordova app to server, "Request was denied for security" message appeared in screen bottom possion and http post request is fail. I can send http post request using old crosswalk of cordova plugin(1.5.0). Do you know someone solutions. ※Following site method is not work http://ivancevich.me/articles/ignoring-invalid-ssl-certificates-on-cordova

crosswalk-project error ' Building ABI 'armeabi-v7a' failed'

与世无争的帅哥 提交于 2019-12-07 11:32:04
问题 I'm using ubuntu 16.04 and crosswalk-project with Phonegap/Cordova to make my hybrid app. I'm compiling the exemple: https://crosswalk-project.org/documentation/android/build_an_application.html And i got this error: I 'googled' about this error and I founded nothing to solve me. What it says? 回答1: You should check the build logs. In my case everything was pretty simple. I forgot to put icon.png that was specified in manifest.json. 回答2: Maybe you did't install latest sdk. I think it pick for

crosswalk-project error ' Building ABI 'armeabi-v7a' failed'

六眼飞鱼酱① 提交于 2019-12-05 16:21:05
I'm using ubuntu 16.04 and crosswalk-project with Phonegap/Cordova to make my hybrid app. I'm compiling the exemple: https://crosswalk-project.org/documentation/android/build_an_application.html And i got this error: I 'googled' about this error and I founded nothing to solve me. What it says? You should check the build logs. In my case everything was pretty simple. I forgot to put icon.png that was specified in manifest.json. Maybe you did't install latest sdk. I think it pick for default build the latest sdk. So you can see additional options using: crosswalk-pkg help and build with optional