I've got a custom android project in IntelliJ IDEA 15. We are using the default Android webview now, but want to replace it with crosswalks XWalkView.
I've read and tried a lot of options, but can't get the XWalkView to resolve. What have I tried?
Following this tutorial: https://crosswalk-project.org/documentation/android/embedding_crosswalk.html
- downloading the source crosswalk-17.46.448.10.zip
- importing xwalk_core_library as a new library project in IntelliJ
- build the project
- add this project as a library dependency in my project
Try to add the maven dependency to (https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/17.46.448.10/) to the existing android project