美文网首页UI相关
JRebel for Android 在Android stud

JRebel for Android 在Android stud

作者: 廿_卅_卌 | 来源:发表于2018-07-27 14:40 被阅读87次

    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 stud

        本文链接:https://www.haomeiwen.com/subject/vqxgmftx.html