xiayong
xiayong
command: /Users/xiayong/Downloads/diffuse-master/diffuse/build/diffuse diff /Users/xiayong/Downloads/bad1.apk /Users/xiayong/Downloads/good.apk
I send the APK to your email -> [email protected]

我看AgentWeb项目都有支持,是腾讯x5内核不支持吗?谢谢!
传递的数据太大了,具体可以看看com.example.android.apis.ApiDemos.getData(ApiDemos.java:72)这行代码里传递的数据量是多少
Another 'refresh project' task is currently running for the project,说有其他的task占用了,你关掉Android Studio,重启一下电脑,再试试看
这个需要在代码中attach到一个ViewPager才行,不然CircleIndicator并不知道有多少个item,参见https://github.com/THEONE10211024/CircleIndicator/issues/3
简单点的改法是在CircleIndicator.java 的layoutMovingItem()方法中用一个温和点的方式报错,而不是直接抛出异常,应该就可以