[
https://issues.apache.org/jira/browse/CB-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15262626#comment-15262626
]
ASF GitHub Bot commented on CB-10096:
-------------------------------------
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
```
> Update Gradle Version to work with Instant Run
> ----------------------------------------------
>
> Key: CB-10096
> URL: https://issues.apache.org/jira/browse/CB-10096
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Android
> Reporter: Joe Bowser
> Assignee: Joe Bowser
>
> Android Studio 2.0.0 has instant run which works really well with Cordova
> projects, but the templates still use an old Gradle version, and it takes a
> long time to resolve all the issues, we should make sure we're using a good
> Gradle version to support it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]