Home | History | Annotate | Download | only in guides
      1 page.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
      5 provides.</p>
      6 
      7 <p>It begins by telling you how to use your own <a href="{@docRoot}ndk/guides/prebuilts.html">
      8 prebuilt libraries</a>. Then, it explains the <a href="{@docRoot}ndk/guides/cpp-support.html">
      9 C++ helper runtimes</a> available with the NDK, and how to use them. Finally, it provides
     10 information on <a href="{@docRoot}ndk/guides/stable_apis.html">the other libraries</a> that the NDK provides, such
     11 as <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
     13 required to support those libraries.</p>