----- github 开源工具 点击打开链接
Step #3. Add the below lines on app module build.gradle file.
defaultConfig {
...
renderscriptTargetApi 19
renderscriptSupportModeEnabled true
}
② 在依赖库library的build.gradle里添加如上代码,而没有在application的build.gradle里添加如上代码,运行报错
Error:Execution