1<html> 2<title>Native Development Kit Documentation</title> 3 4<body> 5<h1>Native Development Kit (NDK) Documentation</h1> 6 7<p>Most of the documentation for the NDK is located on the 8<a href="{@docRoot}ndk/index.html">Android developer site.</a> There, you can find 9guides, API reference documentation, and other information about the NDK.</p> 10 11<p>From this page, you can find documentation about several 12native APIs for Android that ship as part of the NDK download. These APIs 13include: 14 15<ul> 16<li><a href="https://www.khronos.org/openmax/al/">OpenMAX AL</a></li> 17<li><a href="https://www.khronos.org/opensles/">OpenSL ES</a></li> 18<li><a href="https://developer.android.com/guide/topics/renderscript/compute.html">RenderScript</a></li> 19</ul> 20 21<p>You can also access these documents by navigating to the 22<a href="Additional_library_docs"><code>Additional_library_docs</code></a> 23directory.</p> 24 25Copyright 2015, Google, Inc. 26All rights reserved. 27</body> 28</html> 29