Github user riknoll commented on the pull request:
https://github.com/apache/cordova-android/pull/300#issuecomment-215511375
I built/ran mobilespec with and without crosswalk and I didn't encounter
any issues. One weird thing that did happen was that I wasn't able to increase
the size of the gradle daemon heap from within gradle.properties. Gradle's
build output was advising me to edit my gradle.properties file so that I could
use the new dexing-in-process feature, but I couldn't get that to work.
Passing it as an argument worked:
```
cordova build android -- --gradleArg=-Dorg.gradle.jvmargs=-Xmx2048M
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]