mmin18/RealtimeBlurView

Crashes with App converted to AndroidX on older versions of Android

znerol opened this issue · 5 comments

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. Others suggest this solution as well.

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

Hi,
same pb here after migrating to andoidx

Resolved in v1.2

@mmin18 How to resolve?replace "androidx.renderscript." by "android.renderscript."?

Do you still have the same issue after v1.2?

Do you still have the same issue after v1.2?

no. I just want to know that you have other resolutions or not