bumptech / bumptech/glide

java.lang.NoSuchFieldError:No field RGBA_F16 of type Landroid/graphics/Bitmap$Config

Open
#3,256 6 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
35k
Forks
6.2k
Avg merge
1d 11h
Merged PRs (30d)
8

Description

java.lang.NoSuchFieldError:No field RGBA_F16 of type Landroid/graphics/Bitmap$Config; in class Landroid/graphics/Bitmap$Config; or its superclasses (declaration of 'android.graphics.Bitmap$Config' appears in /system/framework/framework.jar)
--
com.bumptech.glide.load.engine.bitmap_recycle.SizeConfigStrategy.void ()(TbsSdkJava)
com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool.com.bumptech.glide.load.engine.bitmap_recycle.LruPoolStrategy getDefaultStrategy()(TbsSdkJava) com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool.void (long,com.bumptech.glide.load.engine.bitmap_recycle.LruPoolStrategy,java.util.Set)(TbsSdkJava)

**Glide Version**:
com.github.bumptech.glide:glide:4.7.1

**Integration libraries**:

**Device/Android Version**:
samsung SM-G5309W/8.1
HUAWEI LON-AL00-PD/8.0
Xiaomi MI 5s Plus/8.0
Sony E6683/8.1

**Issue details / Repro steps / Use case background**:
There were many crashes in our APP using glide. We figured there are some original features trimmed by smart phone manufactory according to the logs.
Could it be more reliability when it comes to RGBA_F16?
![wechatimg31](https://user-images.githubusercontent.com/41102789/43879663-aa5fe2ec-9bd7-11e8-8a73-5c5fe927e3d4.jpeg)

**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```java
Glide.with...
```

**Layout XML**:
```xml

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.