diff options
| author | 2012-04-10 14:23:50 -0700 | |
|---|---|---|
| committer | 2012-04-10 14:23:50 -0700 | |
| commit | 2e9dac4b0584bce238fed60ba2801af3e7a2c003 (patch) | |
| tree | 9812a752ffd251b17e8dd3702fd4aeec4d26a71f | |
| parent | 876b7b876e6ebb08979cf1a4861910215c4aae2b (diff) | |
| parent | 621ff7d1a5c92d5fa00e778fdc49d84caba99e90 (diff) | |
Merge "docs: fixing ndk bug 5991108" into ics-mr1
| -rw-r--r-- | docs/html/sdk/ndk/overview.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/sdk/ndk/overview.jd b/docs/html/sdk/ndk/overview.jd index c98e600c1ea5..d2a974621bef 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><ndk>/apps/<app_name>/project/</code>. Then, set up an AVD, + the source from <code><ndk>/samples/<name>/</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><ndk>/apps/<app_name>/project/</code>. + for each of the sample projects at <code><ndk>/samples/<name>/</code>. Then set up an AVD, if necessary, build your project in the usual way, and run it in the emulator.</li> |