File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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><ndk>/apps /<app_name >/project /</code>. Then, set up an AVD,
273+ the source from <code><ndk>/samples /<name >/</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><ndk>/apps /<app_name >/project /</code>.
277+ for each of the sample projects at <code><ndk>/samples /<name >/</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
You can’t perform that action at this time.
0 commit comments