ximsfei / Stark

Stark is a hot-fix framework for Android. It supports swapping new implementations of classes without restarting a running Android application, and updated Android resources (icons, layout, etc) while only restarting the Android Activity. Most importantly, there is no private API invoked in Stark.
Apache License 2.0
364 stars 51 forks source link

第二次补丁修复不成功出现merged.apk #8

Closed kehongwei closed 6 years ago

kehongwei commented 6 years ago

按照文档第一次修复成功,再次修改代码打包补丁,点击applyPatch 后,fix.apk所在文件夹里出现merged.apk ,请问是什么原因?