Hi,
I'm working on an Android extension, and I need it to work with Crosswalk 10.
Unfortunately the online documentation at [1], as well as the source
code at [2], are not up-to-date.

In particular, the location of the jar files has changed, and there
must be something else missing in the instructions, because my build
doesn't work anymore.

There used to be the following file:
crosswalk-${crosswalk-version}/libs/xwalk_app_runtime_java.jar

But now, in crosswalk-10.38.22.1, downloaded from [3], the only jars I
could find are:

crosswalk-10.38.221.0/xwalk_core_library/libs/xwalk_core_library_java_app_part.jar
crosswalk-10.38.221.0/xwalk_core_library/libs/xwalk_core_library_java_library_part.jar

Building my extension code against them gives all sorts of missing
symbols errors, like:
error: package org.xwalk.app.runtime.extension does not exist

Nevermind that I also get errors about missing android packages, like
`os` or `content` and basically every one I use.

So, what would be updated version of [1] and [2] that makes things
work with Crosswalk 10?

Thank you,
Salvatore.


[1]: https://crosswalk-project.org/#documentation/android_extensions
[2]: https://github.com/crosswalk-project/crosswalk-samples
[3]: https://download.01.org/crosswalk/releases/crosswalk/android/canary/

-- 
Salvatore Iovene <[email protected]>
Linux Software Engineer
Intel Open Source Technology Center, Finland
Tel.: +358504804026
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to