Closed Javinator9889 closed 4 years ago
Here's the problematic line: https://github.com/bumptech/glide/blob/cd72124f6fd124d88f4fe85d503e6b22e1f84b1b/library/src/main/java/com/bumptech/glide/Glide.java#L428
The change to add ParcelFileDescriptor decoding originally broke API 16-19, but a fix was submitted prior to 4.11 being released: https://github.com/bumptech/glide/commit/9281d8ed45591279b5fe646b136c956624a5da24.
Just to check, you're saying this error is specific to this particular device? If so I could imagine there being some weirdness with the indirection around the sdk check.
Here's the problematic line:
The change to add ParcelFileDescriptor decoding originally broke API 16-19, but a fix was submitted prior to 4.11 being released: 9281d8e.
Just to check, you're saying this error is specific to this particular device? If so I could imagine there being some weirdness with the indirection around the sdk check.
Great news! I could solve this problem with the solution to the issue #4177
Glide Version:
4.11.0
Integration libraries: none
Device/Android Version: Google Play Android test device Samsung Galaxy S3 running Android 4.3 - https://play.google.com/apps/publish/?account=5245190277294621651#DeviceCatalogPlace:p=com.javinator9889.handwashingreminder&deviceId=m0&originPlace=PRE_LAUNCH_REPORT_PAGE
Issue details / Repro steps / Use case background: When tarageting other devices with an SDK higher than 19 (or 20) this error is not happening (
VerifyError
), but while doing test those devices (Android 4.3) fails running.Glide load line /
GlideModule
(if any) / list Adapter code (if any):Tried with simple "Glide" but it doesn't work either.
Layout XML:
Stack trace / LogCat:
crash-android4.mp4.gz https://youtu.be/b5pP1Ehcg_c
Source code available here: https://gitlab.javinator9889.com/Javinator9889/handwashing-reminder