+Shiliu, who wrote most of the changes related to this.

"Iovene, Salvatore" <[email protected]> writes:
> 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

Looking at crosswalk-sample's build.xml, it seems to track crosswalk 6,
so it's definitely not up to date. Even though the documentation
describes what's in the current stable version (ie. Crosswalk 8) and
that may be different from what's currently in git master (Crosswalk
10), in this case the whole thing also applies to crosswalk-8 so we need
to update both the website and the samples. I have created XWALK-2725 to
fix this.

That said, there have been several changes to the Android infrastructure
in Crosswalk 8 and later, with files being moved around and some others
not being shipped. The short answer to your specific problem is that you
need

<file 
file="${lib}/crosswalk-${crosswalk-version}/template/libs/xwalk_app_runtime_java.jar"
 />

in build.xml, not the other JARs you mentioned.

I'll let Shiliu elaborate on whether this is all by design and provide
more background if needed.
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to