ElevationImageView icon indicating copy to clipboard operation
ElevationImageView copied to clipboard

Do not render on armeabi architectures.

Open GraxCode opened this issue 4 years ago • 1 comments

From this issue i found out that armeabi architectures do not support renderscript: https://stackoverflow.com/questions/32786838/android-renderscript-support-library-error-loading-rs-jni-library

I didn't know that, and my application crashed on some devices because of that. It would be of advantage if there was a check included if the architecture is supported, instead of crashing.

GraxCode avatar Oct 12 '21 09:10 GraxCode

The same thing is happening in some of my devices. Please provide guidance on how to handle this.

kukadiajayesh avatar Jun 24 '24 16:06 kukadiajayesh