SmartAppUpdates icon indicating copy to clipboard operation
SmartAppUpdates copied to clipboard

Android应用增量更新

Results 17 SmartAppUpdates issues
Sort by recently updated
recently updated
newest added

多渠道有没有好的方案

AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__fwrite_chk" referenced by "/data/app/com .android.sign.appstore-1/lib/arm64/libApkPatchLibrary.so "... 如上,使用您的https://github.com/cundong/SmartAppUpdates github上的库,编译成64位so,。mk如下, include $(CLEAR_VARS) LOCAL_MODULE := libApkPatchLibrary LOCAL_SRC_FILES := com_cundong_utils_PatchUtils.c APP_PLATFORM := android-16 LOCAL_LDLIBS := -lz -llog...

![image](https://user-images.githubusercontent.com/17473495/30551393-e12f13f2-9ccc-11e7-95cb-c5ebf50bc5be.png) bu不知道您有没有遇到过在android系统上这个地方很定=NULL,谢谢

在6.0以上android手机上,点击start报错。 解决方案: 1、动态申请sd权限、安装app权限 2、使用FileProvider

应该include 头文件,不然会报重复定义错误

请问iOS有类似的差量更新方案吗?谢谢,急。

/Users/intelligentdroid/Desktop/pengpeng/code/apkUpdate/apkpatchlibraryserver/jni/com_cundong_utils_DiffUtils.c:264: error: undefined reference to 'errx' /Users/intelligentdroid/Desktop/pengpeng/code/apkUpdate/apkpatchlibraryserver/jni/com_cundong_utils_DiffUtils.c:272: error: undefined reference to 'err' /Users/intelligentdroid/Desktop/pengpeng/code/apkUpdate/apkpatchlibraryserver/jni/com_cundong_utils_DiffUtils.c:275: error: undefined reference to 'err' /Users/intelligentdroid/Desktop/pengpeng/code/apkUpdate/apkpatchlibraryserver/jni/com_cundong_utils_DiffUtils.c:287: error: undefined reference to 'err' /Users/intelligentdroid/Desktop/pengpeng/code/apkUpdate/apkpatchlibraryserver/jni/com_cundong_utils_DiffUtils.c:290: error: undefined reference to 'err'...

这个差分包的前提是 混淆文件不改动吗? 如果混淆文件改动了,那么混淆出来的Mapping 文件也会与旧的apk 文件很大不同,这个也可以使用com.cundong.utils.DiffUtils 来找到差分包吗? 原理是什么,可否解释下,谢谢!

不知道有没有react native的android apk的组件

Mac 生成diff包出现这个问题,怎么解决呢? 未能打开文稿“diff”。文本编码“Unicode (UTF-8)”不适用。