JRebel for Android 1.0 released !, Jrebelandroid
What is JRebel for Android?
An Android studio plug-in that allows you to modify running applications without re-deploying or restarting them. All mobile phones and tablets running Android 4.0 and later versions are supported. Developed by ZeroTurnaround. This is a paid plug-in, $49 a year, free trial for 21 days.
During the development process, every time we modify the code, we want to see the modified effect on the simulator or on the real machine, android applications must be re-compiled, packaged, installed on Android devices, and restarted. This process is very time-consuming. JRebel for Android perfectly solves this problem.
Specific JRebel for Android Why can be achieved, these technical details here not to mention, see the official website: https://zeroturnaround.com/software/jrebel-for-android/
How to use it?
Import the JRebel for Android Plugin in Android studio:
Open File-> Settings-> Plugins
Enter JRebel in the search box. If JRebel appears, as shown in, Click Browse.
The following figure is displayed. click the button on the right.
After the import is successful, the studio prompts you to restart the studio. After the restart, three new buttons will appear in the toolbar at the top of the studio.
When you write the code to view the running effect on a real machine or simulator, click Run your project.
When you modify the code and re-view the running effect, click it. You will find that the current application on the real machine or simulator has not restarted and the modified Code effect is quickly displayed.
Problems found during current use. If there is no problem with modifying layout files such as xml, but Activity is added (other components are also tested) the application will be restarted again.