blob: 3fbfb47a69857e0366a1f484892206bfc61f2452 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
page.title=Getting Started
@jd:body
<p>This section provides the information you need to get up and running
with the NDK.</p>
<ul>
<li><a href="setup.html">Setup</a></li>
<ul>
<li>Learn how to set up the NDK, and verify that it's integrated into
your toolchain.</li>
</ul>
<li><a href="concepts.html">Concepts</a></li>
<ul>
<li>Learn some basics about how the NDK works and its components, and about how to use it.
</li>
</ul>
</ul>
|