- 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 }
推薦閱讀
- Unity 2020 Mobile Game Development
- 算法大爆炸:面試通關步步為營
- 網(wǎng)絡爬蟲原理與實踐:基于C#語言
- Scientific Computing with Scala
- Spring Boot進階:原理、實戰(zhàn)與面試題分析
- C++寶典
- SQL 經(jīng)典實例
- QGIS Python Programming Cookbook(Second Edition)
- PHP 7從零基礎到項目實戰(zhàn)
- Laravel Application Development Blueprints
- Web App Testing Using Knockout.JS
- SQL Server 2016 從入門到實戰(zhàn)(視頻教學版)
- Java 從入門到項目實踐(超值版)
- 30天學通C#項目案例開發(fā)
- Visual Basic 程序設計實踐教程