summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2012-04-10 14:34:03 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-04-10 14:34:03 -0700
commitb18530c45d11cce66bb9d2620bc30b4fce293f94 (patch)
tree4f753ab7f11707315b49c2b4164c75ae7cb87059 /docs
parentd7e4e482df8ddea0e027b00576a82c7336f37687 (diff)
parent07ced01f0420ec0d70b1dd38e41e9b3b121fffb0 (diff)
downloadframeworks_base-b18530c45d11cce66bb9d2620bc30b4fce293f94.zip
frameworks_base-b18530c45d11cce66bb9d2620bc30b4fce293f94.tar.gz
frameworks_base-b18530c45d11cce66bb9d2620bc30b4fce293f94.tar.bz2
am 07ced01f: am 9585dcc4: am 2e9dac4b: Merge "docs: fixing ndk bug 5991108" into ics-mr1
* commit '07ced01f0420ec0d70b1dd38e41e9b3b121fffb0': docs: fixing ndk bug 5991108
Diffstat (limited to 'docs')
-rw-r--r--docs/html/sdk/ndk/overview.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/sdk/ndk/overview.jd b/docs/html/sdk/ndk/overview.jd
index c98e600..d2a9746 100644
--- a/docs/html/sdk/ndk/overview.jd
+++ b/docs/html/sdk/ndk/overview.jd
@@ -270,11 +270,11 @@ page.title=What is the NDK?
<ul>
<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
- 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>
<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
emulator.</li>