Manabu-GT / EtsyBlur

EtsyBlur is an Android library that allows developers to easily add a glass-like blur effect implemented in the Etsy app.
Apache License 2.0
756 stars 150 forks source link

Crashes with App converted to AndroidX on android 5.1 or below devices #34

Open jenistops opened 5 years ago

jenistops commented 5 years ago

After converting an App to AndroidX it started to crash on Android 5 devices. Regrettably there is no traceback since this happens in the native part. However, the crashes stopped after I removed RealtimeBlurView from the app.

W/linker: librsjni_androidx.so: unused DT entry: type 0x6000000f arg 0xaf80 librsjni_androidx.so: unused DT entry: type 0x60000010 arg 0x1d librsjni_androidx.so: unused DT entry: type 0x6ffffef5 arg 0xad5c librsjni_androidx.so: unused DT entry: type 0x6ffffffe arg 0xad1c librsjni_androidx.so: unused DT entry: type 0x6fffffff arg 0x2

--------- beginning of crash

A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 3862 (app.id.here) In this particular case it would be possible to just use vanilla RenderScript instead of the one in support library.

Thus it would be great if this library would come in multiple flavors vanilla, supportlib and maybe androidx as well in the future.