- 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 }
推薦閱讀
- Mastering Objectoriented Python
- 軟件架構(gòu)設(shè)計:大型網(wǎng)站技術(shù)架構(gòu)與業(yè)務(wù)架構(gòu)融合之道
- 構(gòu)建移動網(wǎng)站與APP:HTML 5移動開發(fā)入門與實戰(zhàn)(跨平臺移動開發(fā)叢書)
- Raspberry Pi Networking Cookbook(Second Edition)
- 秒懂設(shè)計模式
- C語言程序設(shè)計實驗指導(dǎo) (第2版)
- 圖數(shù)據(jù)庫實戰(zhàn)
- INSTANT Silverlight 5 Animation
- 開源項目成功之道
- Keil Cx51 V7.0單片機高級語言編程與μVision2應(yīng)用實踐
- Python滲透測試編程技術(shù):方法與實踐(第2版)
- Effective C++:改善程序與設(shè)計的55個具體做法(第三版)中文版(雙色)
- 計算機軟件項目實訓(xùn)指導(dǎo)
- Mastering Vim
- Learning Java Lambdas