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