JRebel for Android 在Android studio 中的使用

JRebel for android 不仅能够做到UI布局的实时预览,它甚至做到了让你更改java代码后就能实时替换apk中的类文件,达到应用实时刷新.

安装: Android Studio 3.3.1 版本 通过 Ctrl+Alt+S  ---- Plugins ----Browse Responsitories ---Search jrebel for android 

查找不到,解决办法 在中Browse repositories > Manage repositories加上http://dl.zeroturnaround.com/jrebel-android/plugins/ide-studio/updatePlugins.xml

JRebel for android version:2.5.72

破解:

GUID在线生成工具, 生成一个 GUID(https://www.guidgen.com/)

在 JRebel for Android 激活界面选择Connect to License Server, 

在Group URL中填写http://idea.lanyus.com/+guid(即http://idea.lanyus.com/ + 生成的GUID),

Email任意填写, 勾选I agree with terms & conditions of the License Agreement, 点击Activate JRebel for Android即可激活.

遇到的问题:

在使用jrebel-for-android_1.1.2_crack.zip中通过本地导入的方式,导入证书jrebel-android.lic,Run app with JRebel for Android运行遇到  java.lang.ClassCastException: com.android.tools.idea.run.DeviceFutures cannot be cast to java.util.Collection异常,Google一下没有找到相关的解决办法,升级为version:2.5.72后,问题解决。

你可能感兴趣的:(JRebel for Android 在Android studio 中的使用)