Hello World

Results 8 comments of Hello World

com.mcxiaoke.packer.helper.getChannelOrThrow 建议使用这个方法,看看异常的详情

写入渠道信息需要在签名之后

ref: https://github.com/Meituan-Dianping/walle/pull/259 使用版本低于28.0.x的apksigner进行签名试试

应该有不少改动,我这边暂时没有精力改,欢迎提PR

@WasimMemon cacheKey = method+":"+url ``` public String getCacheKey() { return mMethod + ":" + mUrl; } public interface Method { int DEPRECATED_GET_OR_POST = -1; int GET = 0; int POST...

@davechao 合并了也用不了,目前没办法测试和发布新版,建议你自己fork一下然后发布