The Cordova project of Crosswalk plugin can be compiled with the documentation http://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#opening-a-project-in-android-studio , it also can be debugged for Java code with Android studio. So how do you use Crosswalk with Android Studio?
-----Original Message----- From: Joe Bowser [mailto:bows...@gmail.com] Sent: Thursday, November 03, 2016 9:52 AM To: dev Subject: Re: How to setup cordova mobilespec with CLI I just realized that it's not the whole answer. Once you fetch the repositories and clone them down all in a cordova directory, you should then be able to run the command, since you'll have all the repositories locally. You should also make sure to get the cordova-plugin-compat plugin that allows plugins to work with earlier Cordova versions temporarily until we move the classes directly into Cordova proper. BTW: This is a bit off-topic, but is there any update on when we can use Crosswalk with Android Studio? We're currently using a flag to allow it to keep compiling with Cordova, but it would be good to be able to debug a project in Android Studio that uses Crosswalk. On Wed, Nov 2, 2016 at 6:47 PM, Joe Bowser <bows...@gmail.com> wrote: > Hey > > You should start with coho, then use that to fetch the rest of the > directories as found here: > https://github.com/apache/cordova-coho > > It's our repo-management tool for dealing with all the git repositories. > It's similar to how repo is used with AOSP, but a bit different in > that it's more focused on fetching repos and processing releases with > Javascript. > > BTW: Our master branch isn't on github, it's actually on the ASF > repositories which GitHub mirrors. Here's an example of the git-web > interface for Cordova Android: > https://git1-us-west.apache.org/repos/asf?p=cordova-android.git > > But Coho pulls those, and changes happen directly on that repository > and find their way back to the GitHub mirrors. We use the github > mirrors to process patches. > > It would be a very good idea for the mobilespec documentation to be > updated, since it seems to be misleading. > > > On Wed, Nov 2, 2016 at 6:37 PM, Fu, Junwei <junwei...@intel.com> wrote: > >> >> Hi All, >> >> The steps of following the documentation<https://github.c >> om/apache/cordova-mobile-spec> are too complex and All of repos need >> to pull the master branch, Do we have steps to build mobile spec with >> released CLI. >> >> >> $ git clone https://github.com/apache/cordova-mobile-spec.git >> >> $ git clone https://github.com/apache/cordova-lib.git >> >> $ git clone https://github.com/apache/cordova-cli.git >> >> $ git clone https://github.com/apache/cordova-plugman.git >> >> $ git clone https://github.com/apache/cordova-js.git >> >> $ git clone https://github.com/apache/cordova-coho.git >> >> $ git clone https://github.com/apache/cordova-android.git >> >> $ cordova-mobile-spec/createmobilespec/createmobilespec.js -android >> >> $ cd mobilespec >> >> $./cordova run android >> >> >> >> Thanks, >> >> Junwei. >> >> >> >