Results 10 comments of IMYYQ

我也遇到这个问题了。Gradle 6.1.1,Plugin 4.0.1 升级到 AS 4.2.1,就不行了。设置 gradle 6.7.1,Plugin 4.2.1 都不行。完犊子。

> 已经升级到1.8了 > > ![image](https://user-images.githubusercontent.com/3807732/101756847-6df22280-3b11-11eb-8d3a-6eb8fedbf8de.png) > > ![image](https://user-images.githubusercontent.com/3807732/101756954-895d2d80-3b11-11eb-83e3-22b79470cab9.png) 请问你解决了吗

升级到最新版本的 Arctic Fox 了,然后把 File -> Settings -> Build, Execution, Deployment -> Build Tools -> Gradle 的 Gradle JDK 改成了 oracle jdk 8,就可以了。 注意不要选 AS 自带的 jdk8。

> > 升级到最新版本的 Arctic Fox 了,然后把 File -> Settings -> Build, Execution, Deployment -> Build Tools -> Gradle 的 Gradle JDK 改成了 oracle jdk 8,就可以了。 注意不要选 AS 自带的 jdk8。 >...

我也遇到这个问题了,gradle plugin 是 4.0.1,gradle 是 6.1.1,AS 是 4.1.3,Kotlin 项目的,这个库支持 Kotlin 吗?

这是我的混淆 `xyz.zpayh.hdimage.datasource.DefaultBitmapDataSource -> xyz.zpayh.hdimage.c.b: android.graphics.BitmapRegionDecoder mDecoder -> a java.lang.Object mDecoderLock -> b xyz.zpayh.hdimage.datasource.OrientationInterceptor mOrientationInterceptor -> c void () -> void init(android.content.Context,android.net.Uri,android.graphics.Point,xyz.zpayh.hdimage.datasource.BitmapDataSource$OnInitListener) -> a android.graphics.Bitmap decode(android.graphics.Rect,int) -> a boolean isReady() ->...

看了上面的各类回复,我想请教下,除了 activity 被回收外,还有进程被回收的情况,这种情况似乎除了官方的 startActivityForResult 和 Activity Result,就没办法了吧?

这个应该是Android8.0+的问题,通知必须注册。可看下郭霖大神的博客。

@yanzhenjie 请问 2.1.11 版本针对此问题有什么改进吗?我在 2.1.9 版本时,两个 android 设备之间通过热点连接,速度大概只有不到 1M,然后我更新到 2.1.11 了,发现速度提升到 2-3M 了。