We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6e6a4 commit af3d22aCopy full SHA for af3d22a
1 file changed
_onekey-decompile-apk.bat
@@ -26,6 +26,8 @@ if not exist "%~dp0_tools\framework\framework-res.apk" (
26
pause
27
exit
28
)
29
+del /f /s /q "%~dp0_tools\framework\1.apk" >NUL 2>NUL
30
+copy "%~dp0_tools\framework\framework-res.apk" "%~dp0_tools\framework\1.apk" >NUL 2>NUL
31
echo .........apktool..........
32
java -jar "%~dp0_tools\apktool\apktool_2.3.0.jar" d -p "%~dp0_tools\framework" -s "%apkFile%" -o "%jarPath%"
33
echo .........dex2jar..........
0 commit comments