Cause: Error=86 Bad CPU Type in Executable - RenderScript Not Compiling

Опубликовано: 29 Сентябрь 2024
на канале: Let's Fix That Error
4,540
4

I am trying to build an image manipulation Android app using renderscript. But a weird error showed up saying "cause: error=86 bad CPU type in executable" and the app code can not be compiled.


The fix is to change "renderscriptSupportModeEnabled" to false, and use the android library not the androidx library of the renderscript. For more practical details, watch the video.