mikelhm

Results 17 comments of mikelhm

RePlugin 或者 VirtualAPK 都很久没更新了。用的gradle版本还很低。 你这个不错,希望可以长期更新。

谢谢,看阁下代码风格很好,注释很多,通俗易懂。 把这个做成一个框架多好啊~

> I don't believe this is a problem; I'll check in with the team && try to get the warning silenced if it's meaningless. it is better not a problem,...

> It looks like `Thread.currentThread().getContextClassLoader()` returned null based on your stacktrace. YES How to solve the problem, Do you have any idea? ![image](https://user-images.githubusercontent.com/10327642/67454085-8415f880-f65b-11e9-8470-ea83a39ed9fc.png)

When I remove .openHelperFactory(factory) , There is nothing wrong So I think my SQL to add a new Table is OK

> 上游 transform 是否有 ASM 插桩相关逻辑,把 class 插坏了,className 或者 superName 变成 null 了 上游并没有 ASM 插桩相关逻辑

同有这个需求~

> > > 问题解决了,Android 10 修改了SparseArray,在Android 9 和之前的版本,传入的下标越界不做处理,现在会抛异常了!!!!!可以尝试在flushProcess中catch住这个异常,或者在outputstream移除的地方同步移除onSyncLengthMap中对应的blockIndex > > > > > > 怎么操作的啊 > > 其实不推荐使用分快下载,这个库分块效率还需要调整,分块比不分快慢(实测)。我这边是源码依赖,需要修改源码的。修改源码的话在MultiPointOutputStream这个类中搜索我给的几个关键词,加一些日志,就可以看出问题了 我这边也发现 分块下载并没有比不分块 快, 试过多个下载链接都是这样~ 请教下你有改源码进行优化分块下载么