I updated Android Studio to 2.0 stable, then I got this error:
Renderscript support mode is not currently supported with renderscript target 21+
What should i do? tnx
Renderscript isn't currently supported with Target 21+ so simply change the target to below API 20 and that error will be solved. replace your code with below code:
renderscriptTargetApi 20
renderscriptSupportModeEnabled true