Search code examples
android-studiorenderscriptandroid-studio-2.0

Renderscript error in Android Studio 2.0 stable


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


Solution

  • 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