fourbrother / kstools

Android中自动爆破签名工具
626 stars 219 forks source link

cannot stat 'signed.apk': No such file or directory #12

Open YoursChan opened 5 years ago

YoursChan commented 5 years ago

adb install -r signed.apk adb: error: cannot stat 'signed.apk': No such file or directory

KingTrauma commented 5 years ago

very same issue here needs more information in the readme.txt how to set kstools up correctly

leoFitz1024 commented 4 years ago

同样的问题,打开kstools.bat,修改java -Xmx2048m -XX 为java -Xmx1024m -XX即可解决 apksign.bat顺便也修改了。

CrimsonBloodfang commented 3 years ago

I only need aapt.exe, I don't know where to get it or is it on Android Studios? Have any of you made this work on Windows 10?