logo
logo
Sign in

How to Use JRebel for Android

avatar
Geek On Java
How to Use JRebel for Android

As the functionality of your project grows you’ll find that your build times follow suit.

There are some great posts on this, including, “Making Gradle builds faster”.

Instead apk gets installed once and delta packages are shipped over to the device or emulator and are applied during runtime.

Let’s take the Google IO 2015 app and see how the JRebel for Android setup works as well as how it can save you valuable time.

To update your code and resources, JRebel for Android needs to process the project’s classes and embed an agent to the application.

So pressing Run with JRebel for Android on the Google IO 2015 application would result in the following:

collect
0
avatar
Geek On Java
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more