Skip to content

Gradle fast compile

Luis G. Valle edited this page Mar 27, 2015 · 6 revisions

How To

Fast compile with multidex gradle projects

  1. Add android:vmSafeMode="true" to your debug AndroidManifest.xml
<application
        android:name=".MyApp"
        android:hardwareAccelerated="true"
        android:vmSafeMode="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"/>

Clone this wiki locally