- Expert Android Programming
- Prajyot Mainkar
- 58字
- 2021-07-08 10:29:09
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 }
推薦閱讀
- JMeter 性能測試實戰(第2版)
- Python高級編程
- AngularJS深度剖析與最佳實踐
- 青少年Python編程入門
- R大數據分析實用指南
- Kotlin從基礎到實戰
- 組態軟件技術與應用
- Learning R for Geospatial Analysis
- Machine Learning With Go
- R語言數據挖掘:實用項目解析
- Learning Grunt
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Data Manipulation with R(Second Edition)
- 例解Python:Python編程快速入門踐行指南
- 高質量程序設計指南:C++/C語言