cocowobo

Results 5 issues of cocowobo

Caused by: java.lang.ClassNotFoundException: Didn't find class "tech.linjiang.pandora.core.R$drawable" 当升级到 Android Studio gradle build tools 3.6 直接运行到手机上,无法启动, 此类错误在realm的issues中也找到类似的了,人家已经解决了, 参考连接:https://github.com/realm/realm-java/issues/6531 参考连接:https://issuetracker.google.com/issues/130965921#comment14

# Issues Guideline Following information can help us to resolve the issue faster. * Library version 1.3.7 * Support-v4 version 28.0.0 * Logs * Screenshots ![image](https://user-images.githubusercontent.com/19485885/59577060-a66b9880-90f4-11e9-8ac3-28902695266c.png) ![image](https://user-images.githubusercontent.com/19485885/59577053-9bb10380-90f4-11e9-97eb-2c115a137c04.png) **In addition, we...

autosize在已经修改了activity的Density的情况下.fresco虽然持有了修改后的Density值,但是在完成图片加载二进制数据流,缓存为 bitmap对象的时候没有对创建的bitmap应用新的Density. 此段代码可以断点调试com.facebook.imagepipeline.memory.BucketsBitmapPool#alloc方法, 贴出此方法源码. ``` @Override protected Bitmap alloc(int size) { return Bitmap.createBitmap( 1, (int) Math.ceil(size / (double) BitmapUtil.RGB_565_BYTES_PER_PIXEL), Bitmap.Config.RGB_565); } ``` 创建的bitmap调用的是不传DisplayMetrics display,对象的创建构造函数,则会给bitmap赋值为系统Density值. 且在之后的使用此bitmap创建BitmapDrawable的时候 创建时机在 com.facebook.drawee.drawable.RoundedBitmapDrawable 的构造中 ``` public...

android 开发,用作者的python脚本,电脑安装python 2.7.18, 各种报错,编码问题和python3相关属性无法找到的问题, 请作者加上对环境的要求,我就不至于折腾一天了,

![image](https://user-images.githubusercontent.com/19485885/123513447-e4c2c780-d6bf-11eb-8014-7292fe875f54.png) 当我的fiddler加载了此插件后,第二天打开使用的时候,drony转发的app有http和https接口,https接口正常抓包了, http接口全部变成如图tunnel to错误,而且不是网上常见的Tunnel to ...443,看到443 就知道是https的错误,确实网上大部分这个错误都是https的证书问题导致的 此插件导致的是Tunnel to ...非403接口,也就是专门出现在http接口上,此插件安装后我没有使用,默认配置就会导致此问题,原因就不深究了,我是通过安装官方版发现没问题,然后复制有差异的文件依次排查到此插件上的,给后来者做个参考