找不到我的 apk 的重新编译版本
Cannot find recompiled version of my apk
键入此命令后:
C:\Users\PC\Desktop\apktool>apktool b MyAPK myapk-new.apk
之后我收到了这个日志
I: Using Apktool 2.3.3
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building apk file...
I: Copying unknown files/dir...
I: Built apk...
问题是我无法在任何地方找到 bulit apk。我也用过
C:\Users\PC\Desktop\apktool>apktool b MyAPK myapk-new.apk--frame-path C:\Users\PC\Desktop\apktool
同样的结果。
根据 docs 如果您键入:
C:\Users\PC\Desktop\apktool>apktool b MyAPK
您的 .apk 将在 MyAPK/dist
键入此命令后:
C:\Users\PC\Desktop\apktool>apktool b MyAPK myapk-new.apk
之后我收到了这个日志
I: Using Apktool 2.3.3
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building apk file...
I: Copying unknown files/dir...
I: Built apk...
问题是我无法在任何地方找到 bulit apk。我也用过
C:\Users\PC\Desktop\apktool>apktool b MyAPK myapk-new.apk--frame-path C:\Users\PC\Desktop\apktool
同样的结果。
根据 docs 如果您键入:
C:\Users\PC\Desktop\apktool>apktool b MyAPK
您的 .apk 将在 MyAPK/dist