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.42k stars 807 forks source link

android x项目可以编译通过,但是打不了补丁包 #375

Closed liping12345 closed 4 years ago

liping12345 commented 4 years ago

在提交issue之前,我们应该先查询是否已经有相关的issue和ReadMe中的注意事项,比如说Robust在0.3.3版本才支持windows开发。提交issue时,我们需要写明issue的原因,最好可以携带编译或运行过程的日志或者截图。issue最好以下面的格式提出:

异常类型:打不成补丁包

手机型号:

手机系统版本:Android 9

Robust版本:0.4.91 0.4.9

Gradle版本:5.4.1 5.1.1 tools版本 3.4.2

系统:如:Windows

堆栈/日志: execute command java -jar G:\20191125git\zhw1125git\app\robust\dx.jar --dex --output=classes.dex meituan.jar error

liping12345 commented 4 years ago

有没有吊大的兄弟知道怎么弄

weiyixiong commented 4 years ago

dx.jar的版本太老了。需要换成新的。不过需要在源代码里替换,在auto-patch-plugin/src/main/resources/libs下面。然后需要自己打包。这个项目维护频率比较低。我这边是自己单维护了一个项目来使用了。

liping12345 commented 4 years ago

dx.jar的版本太老了。需要换成新的。不过需要在源代码里替换,在auto-patch-plugin/src/main/resources/libs下面。然后需要自己打包。这个项目维护频率比较低。我这边是自己单维护了一个项目来使用了。

新的在哪里可以弄到

weiyixiong commented 4 years ago

sdk里面 自己找找

liping12345 commented 4 years ago

sdk里面 自己找找

今天又抽空弄了下可以了,谢谢啊