issues
search
sisong
/
ApkDiffPatch
a C++ library and command-line tools for Zip(Jar,Apk) file Diff & Patch; create minimal delta/differential; support Jar sign(apk v1 sign) & apk v2,v3 sign .
MIT License
310
stars
49
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
两个md5 相同的apk文件,diff 会产生几k 大小的patch
#101
haizhiyun
opened
3 months ago
1
newZip used ApkV2Sign, but not complete, as an ERROR!
#100
Ritchie21680
opened
3 months ago
1
support Android 15+ run with 16KB page size
#99
sisong
closed
3 months ago
0
Product size 0 on windows
#98
793383996
closed
3 months ago
1
如何生成apk diff
#97
793383996
closed
3 months ago
0
support Android sdk build-tools apksigner v35
#96
sisong
opened
4 months ago
1
support Android 15 with 16KB page size
#95
sisong
closed
3 months ago
0
ZipDiff zip file failed if zip > 4G
#94
zminy121
closed
10 months ago
2
fix ApkNormalized error & recode
#93
sisong
closed
11 months ago
0
fix some normalize apk fail
#92
sisong
closed
11 months ago
0
Problem with split apks (INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2)
#91
DonaldDu
closed
1 year ago
6
Dev
#90
sisong
closed
1 year ago
0
HDiffPatch 可以断点,但是 ApkDiffPatch 无法断点,请问大佬是 apkdiffpatch 进行了什么特殊设置嘛
#89
Candyerer
closed
1 year ago
1
测试发现 patch 最大的耗时还是在将 new apk 的数据部分压缩,想要直接生成压缩等级为 0 的 new apk,求问大佬有什么办法嘛
#88
Candyerer
closed
1 year ago
1
support single compressed stream;
#87
sisong
closed
1 year ago
0
Patch 过程中 4*(decompress stream memory) 这部分内存有办法降低吗?在手机设备上执行内存比较紧张?
#86
ityancs
closed
1 year ago
4
你使用的那个版本的 ndk 啊?
#85
TopBigOne
closed
2 years ago
1
patch fail with multi-thread
#84
jay-dh
closed
2 years ago
2
optimize diff speed
#83
sisong
closed
2 years ago
0
unexpected e_version: 65725
#82
hamid97m
closed
2 years ago
9
optimize muti-thread patch max require memory
#81
sisong
opened
2 years ago
0
error patch when signed by new apksigner version?
#80
sisong
closed
11 months ago
0
ApkPatch.patch return 5
#79
j2yych
closed
3 years ago
3
add Lzma2 and fix a mt bug
#78
sisong
closed
3 years ago
0
optimize lzma decompress speed on arm64; fix a compressSize bug when diff;
#77
sisong
closed
3 years ago
0
Native异常:signal 11 (SIGSEGV) , code 1 (SEGV_MAPERR), fault addr 0xdeadcab1:
#76
kangzongzhan
closed
3 years ago
7
ps: 广告,我正在开发一个不需要重新签名的方案[sfpatcher](https://github.com/sisong/sfpatcher),
#75
super-h-c
closed
3 years ago
3
请问下,重新签名后patch反而变大了。没有重新签名直接生成的patch是400多k,重新签名后生成的反而是1.2M。比google的archive-patcher 的patch包大,与您这边的测试结果好像不符合。使用的是v2签名的Apk
#74
super-h-c
closed
3 years ago
11
如何在Android设备上二次签名?
#73
super-h-c
closed
3 years ago
6
Problem with split apks (INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2)
#72
kasnder
closed
3 years ago
9
How to create diff and apply patch for android?
#71
rupeshurmaliya
closed
3 years ago
21
建议andorid release 上传maven
#70
excitedhaha
closed
3 years ago
3
Can I use it for delta patching custom android ROMS?
#69
arun54321
closed
3 years ago
2
uncompress empty file
#68
sisong
closed
4 years ago
0
ApkNormalized对Apk正则化之后使用7zip解压出现问题
#67
Picasso1990
closed
4 years ago
6
ZipDiff过程中对ApkNormalized文件进行差分检测错误
#66
Picasso1990
closed
3 years ago
7
fix resign align bug
#65
sisong
closed
4 years ago
0
a unity apk diff fail
#64
sisong
closed
4 years ago
0
ApkPatch返回码
#63
Picasso1990
closed
4 years ago
4
关于ApkNormalized的问题
#62
Picasso1990
closed
4 years ago
4
ApkNormalized问题
#61
Picasso1990
closed
4 years ago
0
关于Apk差分和合成过程中设置忽略文件的问题
#60
Picasso1990
closed
4 years ago
10
Set APP_STL to c++_static to solve the problem of stlport_static is n…
#59
iwiniwin
closed
4 years ago
0
for fix virtual_apk_patch in UnityAndroidHotUpdate
#58
sisong
closed
4 years ago
0
ZipDiff的空间复杂度
#57
Picasso1990
closed
4 years ago
1
ZipPatch问题
#56
Picasso1990
closed
4 years ago
2
ZipDiff问题
#55
Picasso1990
closed
4 years ago
4
Android中使用ZipPatch问题
#54
Picasso1990
closed
4 years ago
2
ZipPatch并发压缩问题:ZipPatch() support multi-thread parallel compress mode when writing zip file, which requires more and more memory!
#53
Picasso1990
closed
4 years ago
2
空间复杂度问题:ZipPatch() requires 4*(decompress stream memory) + ref old decompress memory + O(1), also ref old decompress can use temp disk file without memory;
#52
Picasso1990
closed
4 years ago
5
Next