I am attempting to port an Android 4.4 to Android 5.0. My application utilizes Renderscript. Currently the renderscript application is very simple
#pragma ve
You can't use support mode when targeting API 21 (or higher) right now. If you are intending to actually use API 21+, you need to switch to the native RS APIs instead (and remove the renderscriptSupportModeEnabled).