ElevationImageView
ElevationImageView copied to clipboard
Do not render on armeabi architectures.
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.
The same thing is happening in some of my devices. Please provide guidance on how to handle this.