svga / SVGAPlayer-Android

Similar to Lottie. Render After Effects / Animate CC (Flash) animations natively on Android and iOS, Web. 使用 SVGAPlayer 在 Android、iOS、Web中播放 After Effects / Animate CC (Flash) 动画。

Home Page:http://svga.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android 12 下内存不释放

NathanLi opened this issue · comments

如题。

有使用如下代码:

imageView.setClearsAfterDetached(true);

// 播放完后
svgaVideoEntity.setMovieItem(null);
svgaVideoEntity.clear();
drawable.clear();

imgView.setVideoItem(null);
imgView.setImageDrawable(null);
imgView.clear();

内存占用依然不释放