Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 030c8614 authored by Robert Ly's avatar Robert Ly Committed by Android Git Automerger
Browse files

am b3f7fc2f: am 2e9dac4b: Merge "docs: fixing ndk bug 5991108" into ics-mr1

* commit 'b3f7fc2f':
  docs: fixing ndk bug 5991108
parents 21b2ec79 b3f7fc2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -270,11 +270,11 @@ page.title=What is the NDK?
  <ul>
  <ul>
    <li>If you are developing in Eclipse with ADT, use the New Project Wizard to create a new
    <li>If you are developing in Eclipse with ADT, use the New Project Wizard to create a new
    Android project for each sample, using the "Import from Existing Source" option and importing
    Android project for each sample, using the "Import from Existing Source" option and importing
    the source from <code>&lt;ndk&gt;/apps/&lt;app_name&gt;/project/</code>. Then, set up an AVD,
    the source from <code>&lt;ndk&gt;/samples/&lt;name&gt;/</code>. Then, set up an AVD,
    if necessary, and build/run the application in the emulator.</li>
    if necessary, and build/run the application in the emulator.</li>


    <li>If you are developing with Ant, use the <code>android</code> tool to create the build file
    <li>If you are developing with Ant, use the <code>android</code> tool to create the build file
    for each of the sample projects at <code>&lt;ndk&gt;/apps/&lt;app_name&gt;/project/</code>.
    for each of the sample projects at <code>&lt;ndk&gt;/samples/&lt;name&gt;/</code>.
    Then set up an AVD, if necessary, build your project in the usual way, and run it in the
    Then set up an AVD, if necessary, build your project in the usual way, and run it in the
    emulator.</li>    
    emulator.</li>