生成 .apatch 文件:shell
1
2
3
4
5
6
7
8
9
|
usage: apkpatch -f <new> -t <old> -o <output> -k <keystore> -p <***> -a <
alias
> -e <***>
-a,--
alias
<
alias
>
alias
.
-e,--epassword <***> entry password.
-f,--from <loc> new Apk
file
path.
-k,--keystore <loc> keystore path.
-n,--name <name> patch name.
-o,--out <
dir
> output
dir
.
-p,--kpassword <***> keystore password.
-t,--to <loc> old Apk
file
path.
|
合併 .apatch 文件:spa
1
2
3
4
5
6
7
8
|
usage: apkpatch -m <apatch_path...> -k <keystore> -p <***> -a <
alias
> -e <***>
-a,--
alias
<
alias
>
alias
.
-e,--epassword <***> entry password.
-k,--keystore <loc> keystore path.
-m,--merge <loc...> path of .apatch files.
-n,--name <name> patch name.
-o,--out <
dir
> output
dir
.
-p,--kpassword <***> keystore password.
|