Expert Android Programming
上QQ阅读APP看书,第一时间看更新

v8 Support Library

This is compatible with Android 2.3 (API level 9) and higher and can be used independently from other libraries. It has v8 renderscript library - which adds support for the RenderScript computation framework.

For using this, you will need to add the following to your Gradle build script properties:

defaultConfig { 
renderscriptTargetApi 18 
renderscriptSupportModeEnabled true 
}