Code Monkey home page Code Monkey logo

Comments (10)

yale8848 avatar yale8848 commented on May 30, 2024

你再看看logcat中有没有什么异常信息?

from easyincrementalupdate.

LBruse avatar LBruse commented on May 30, 2024

Logcat中没有异常信息。在电脑上对OldAPK和NewApk用bsdiff.exe生成.patch文件,然后用bspatch.exe合并生成新的APK,把这个新的APK放到手机上可以安装,不会提示解析包错误。但是在手机上调用EasyIncrementalUpdate.patch()方法虽然返回true,但是生成的APK无法进行安装,就提示解析包错误。

from easyincrementalupdate.

yale8848 avatar yale8848 commented on May 30, 2024

你看看 ‘new apk path‘ 正常生成apk文件了吗? 是不是安装权限的问题,7.0 以上有权限问题

from easyincrementalupdate.

LBruse avatar LBruse commented on May 30, 2024

不是安装权限的问题。也在android5.1上测试过,能生成newAPK文件,但是APK一样是无法安装,解析包错误。

from easyincrementalupdate.

LBruse avatar LBruse commented on May 30, 2024

合成的APK已经损坏了,是这个库的bug吗?

from easyincrementalupdate.

yale8848 avatar yale8848 commented on May 30, 2024

目前的情况看,就是我这个库的bug,我再debug一下...

from easyincrementalupdate.

yale8848 avatar yale8848 commented on May 30, 2024

我这里测试都没有问题,请你再确认一下流程:
1.release打包v1.apk,然后打包v2.apk;
2.bsdiff.exe v1.apk v2.apk patch
3.安装v1.apk,v1加载patch文件合并安装;
注意第三步必须要安装v1.apk测试;

from easyincrementalupdate.

LBruse avatar LBruse commented on May 30, 2024

我发现了问题所在,我之前是在android studio运行debug app进行测试的,通过这样的方式生成的APK是有问题的,但是像你说的第3步那样的话,生成出来的APK就没问题。这是为什么呢?debug签名和release签名是一致的。

from easyincrementalupdate.

yale8848 avatar yale8848 commented on May 30, 2024

debug和release生成的apk二进制文件是不一样的,即使用同一个签名,debug时apk里会保留很多debug信息的;两个apk哪怕有一个字节不一样,最后就有可能合并失败;

from easyincrementalupdate.

LBruse avatar LBruse commented on May 30, 2024

原来如此,,没想到自己给自己挖坑了...囧

from easyincrementalupdate.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.