Meituan-Dianping / Robust

Robust is an Android HotFix solution with high compatibility and high stability. Robust can fix bugs immediately without a reboot.
Apache License 2.0
4.4k stars 805 forks source link

编译的时候报 invalid constant type: 19 at 5 #410

Closed liping12345 closed 4 years ago

liping12345 commented 4 years ago

异常类型:编译异常 Robust版本::0.4.99 Gradle版本:5.4.1 gradleTools :3.5.3 系统:如:Windows

堆栈/日志:

Task :app:transformClassesWithRobustForRelease FAILED

FAILURE: Build failed with an exception.

directionyu commented 4 years ago

好像都没维护了..

liping12345 commented 4 years ago

好像都没维护了..

已经解决了,自己制作补丁工具

oudengding commented 3 years ago

怎么解决的,我也遇到了

2020xiaotu commented 3 years ago

怎么解决的,我也遇到了

你解决了吗?我遇到的问题是正常编译和打DeBug包时可以编译,但是打replace包时就报这个错,

liping12345 commented 3 years ago

下源码,自己修改维护吧,修改之后发布到本地或者远程仓库,自己用

liping12345 commented 3 years ago

下源码,自己修改维护吧,修改之后发布到本地或者远程仓库,自己用  

 

------------------ 原始邮件 ------------------ 发件人: "2020xiaotu"<notifications@github.com>; 发送时间: 2020年10月26日(星期一) 下午2:15 收件人: "Meituan-Dianping/Robust"<Robust@noreply.github.com>; 抄送: "李平"<752461670@qq.com>; "State change"<state_change@noreply.github.com>; 主题: Re: [Meituan-Dianping/Robust] 编译的时候报 invalid constant type: 19 at 5 (#410)

怎么解决的,我也遇到了

你解决了吗?我遇到的问题是正常编译和打DeBug包时可以编译,但是打replace包时就报这个错,

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.

softwarekk commented 3 years ago

ASM或者javaassist 和as適配問題吧 兩個切換一下 不行down下來自己換版本編譯

zuwin1234 commented 3 years ago

遇到相同的问题了,下载源码 用什么版本的gradle和gradleTools 能跑起来?