我将Android更新为2.0稳定版本,然后得到了以下错误:
Renderscript目标21+当前不支持renderscript支持模式
我该怎么办?tnx
发布于 2016-04-09 08:44:14
目标21+目前不支持Renderscript,因此只需将目标更改为API 20以下,该错误将得到解决。将代码替换为以下代码:
renderscriptTargetApi 20
renderscriptSupportModeEnabled truehttps://stackoverflow.com/questions/36514398
复制相似问题