13 lines
755 B
Plaintext
13 lines
755 B
Plaintext
page.title=Using Existing Libraries
|
|
@jd:body
|
|
|
|
<p>This section discusses the use of existing libraries–both your own, and those that the NDK
|
|
provides.</p>
|
|
|
|
<p>It begins by telling you how to use your own <a href="{@docRoot}ndk/guides/prebuilts.html">
|
|
prebuilt libraries</a>. Then, it explains the <a href="{@docRoot}ndk/guides/cpp-support.html">
|
|
C++ helper runtimes</a> available with the NDK, and how to use them. Finally, it provides
|
|
information on <a href="{@docRoot}ndk/guides/stable_apis.html">the other libraries</a> that the NDK provides, such
|
|
as <a href="https://www.khronos.org/opengles/">OpenGL ES</a> and
|
|
<a href="https://www.khronos.org/opensles/">OpenSL ES</a>, and the minimum Android API levels
|
|
required to support those libraries.</p> |