WindySha / Xpatch

This is a tool to repackage apk file, then the apk can load any xposed modules installed in the device. It is another way to hook an app without root device.
Apache License 2.0
2.54k stars 388 forks source link

打包失败 #37

Closed nice2cu1 closed 5 years ago

nice2cu1 commented 5 years ago

use default jarsigner to sign apk failed,and try again, fail msg is :java.io.IO Exception: Cannot run program "jarsigner": CreateProcess error=2, 系统找不到指定 的文件。 use inner jarsigner to sign apk failed, sign it yourself fail msg is :java.io.IO Exception: Cannot run program "chmod": CreateProcess error=2, 系统找不到指定的文 件。

这个怎么回事,我使用的xpatch-2.0.jar

WindySha commented 5 years ago

在哪里运行的?window,mac,android?

nice2cu1 commented 5 years ago

在哪里运行的?window,mac,android?

window

nice2cu1 commented 5 years ago

@WindySha 我尝试着在输出的apk中添加了jar包中的so文件,运行成功