I have JRebel beta access for Android . And it works pretty fast: it took ~ 20 seconds to restart the project after the changes. 20 seconds is much faster than 2 minutes with Gradle .
It still does not support Android live coding, but the JRebel team JRebel working on optimizations. I am sure that the stable release of JRebel for Android will be close to live coding.
Btw, there are alternatives for JRebel for Android :
- The Cast layout is pretty unstable at the moment and requires
Android 5+ - Buck from Facebook . I have not tried this myself, but the tests say that it works faster than
Gradle . Worth a try.
source share