aboutsummaryrefslogtreecommitdiff
path: root/docs/Start_Here.html
blob: 57ca714c32f7f533bb535c6a35120164ea13f72e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<title>Native Development Kit Documentation</title>

<body>
<h1>Native Development Kit (NDK) Documentation</h1>

<p>Most of the documentation for the NDK is located on the
<a href="{@docRoot}ndk/index.html">Android developer site.</a> There, you can find
guides, API reference documentation, and other information about the NDK.</p>

<p>From this page, you can find documentation about several 
native APIs for Android that ship as part of the NDK download. These APIs
include:

<ul>
<li><a href="https://www.khronos.org/openmax/al/">OpenMAX AL</a></li>
<li><a href="https://www.khronos.org/opensles/">OpenSL ES</a></li>
<li><a href="https://developer.android.com/guide/topics/renderscript/compute.html">RenderScript</a></li>
</ul>

<p>You can also access these documents by navigating to the
<a href="Additional_library_docs"><code>Additional_library_docs</code></a>
directory.</p>

Copyright 2015, Google, Inc.
All rights reserved.
</body>
</html>