bill.shan <[email protected]> writes: > I find the same question asked by someone else, the file locates in the path > 'out/Release/gen/xwalk_core_reflection_layer/wrapper/org/xwalk/core/XWalkView.java.', > but there was only a file named 'wrapper.srcjar' under the > 'out/Release/gen/xwalk_core_reflection_layer/wrapper/', is this different > involves the version of the crosswalk?
Yes, Crosswalk >= 23 uses GN and just produces a .srcjar file (which is essentially a .zip file). What I said still holds though: > And now, i can modify the 'XWalkView.java' in the 'wrapper.srcjar'. Your changes will be lost whenever something triggers a rebuild of that .srcjar file. Do not change automatically generated files. _______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
