I\'m desperately trying to set-up RenderScript in Android Studio. According to this manual http://developer.android.com/guide/topics/renderscript/compute.html#ide-setup I ha
Insert
renderscriptTargetApi 18
renderscriptSupportModeEnabled true
at the end of defaultConfig section.