recompile apk
Apk_OneClick.v3.rar
Thanks for the great Decompile script! It works great!
I am having a problem with the Recompile operation on a Win7 machine.
The command file shellext-add.cmd does not add the recompile branch to the registry with:
reg add "HKCR\folder\shell\recompile" /f /ve /t REG_SZ /d "Recompile APK from source"
reg add "HKCR\folder\shell\recompile\command" /f /ve /t REG_SZ /d "\"%~dp0tools\recompile.cmd\" \"%%1\""
Tried the following:
reg add "HKCR\.apk\shell\recompile" /f /ve /t REG_SZ /d "Recompile APK from source"
reg add "HKCR\.apk\shell\recompile\command" /f /ve /t REG_SZ /d "\"%~dp0tools\recompile.cmd\" \"%%1\""
In this case, the recompile option does show up w/right click, and the command runs w/o any errors noted. However, the recompiled APK file is shorter (orig 10.3k, new 7.32k) and will not load.
Is there an update for the recompile script?
|