David Friedman 14d1777383 Docs: Final, master CL for NDK-docs-to-DAC for IO: "Guides," "Downloads" tabs.
Change-Id: Ifeeb0f55ef849cf6fd262858fae1dc0f45e7aa52
2015-05-27 02:42:00 -07:00

13 lines
755 B
Plaintext

page.title=Using Existing Libraries
@jd:body
<p>This section discusses the use of existing libraries&ndash;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>