Skip to content

Commit 9585dcc

Browse files
Robert LyAndroid Git Automerger
authored andcommitted
am 2e9dac4: Merge "docs: fixing ndk bug 5991108" into ics-mr1
* commit '2e9dac4b0584bce238fed60ba2801af3e7a2c003': docs: fixing ndk bug 5991108
2 parents 86b6e26 + 2e9dac4 commit 9585dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/html/sdk/ndk/overview.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,11 @@ page.title=What is the NDK?
270270
<ul>
271271
<li>If you are developing in Eclipse with ADT, use the New Project Wizard to create a new
272272
Android project for each sample, using the "Import from Existing Source" option and importing
273-
the source from <code>&lt;ndk&gt;/apps/&lt;app_name&gt;/project/</code>. Then, set up an AVD,
273+
the source from <code>&lt;ndk&gt;/samples/&lt;name&gt;/</code>. Then, set up an AVD,
274274
if necessary, and build/run the application in the emulator.</li>
275275

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

0 commit comments

Comments
 (0)