summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk/ndk
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-01-04 22:48:02 -0800
committerRobert Ly <robertly@google.com>2011-01-07 18:54:44 -0800
commitc74a69a89a0f65bca87520928a714ed20c45873d (patch)
tree9c5a6f1a84e9add42abf5754ce49cad02f618d4a /docs/html/sdk/ndk
parentec5ca94cfae8b2b16aa5ecc6874f0f3b80dde7df (diff)
downloadframeworks_base-c74a69a89a0f65bca87520928a714ed20c45873d.zip
frameworks_base-c74a69a89a0f65bca87520928a714ed20c45873d.tar.gz
frameworks_base-c74a69a89a0f65bca87520928a714ed20c45873d.tar.bz2
Doc Change: Fixing broken links and miscellaneous text revisions to support link fixing
Change-Id: I192595a3c7af520bf8598e80ae25d0dea289fcbd
Diffstat (limited to 'docs/html/sdk/ndk')
-rw-r--r--docs/html/sdk/ndk/overview.jd13
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/html/sdk/ndk/overview.jd b/docs/html/sdk/ndk/overview.jd
index 56b9201..2562a25 100644
--- a/docs/html/sdk/ndk/overview.jd
+++ b/docs/html/sdk/ndk/overview.jd
@@ -275,16 +275,19 @@ page.title=What is the NDK?
<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,
- if necessary, and build/run the application in the emulator. For more information about
- creating a new Android project in Eclipse, see <a href=
- "{@docRoot}guide/developing/eclipse-adt.html">Developing in Eclipse</a>.</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
for each of the sample projects at <code>&lt;ndk&gt;/apps/&lt;app_name&gt;/project/</code>.
Then set up an AVD, if necessary, build your project in the usual way, and run it in the
- emulator. For more information, see <a href=
- "{@docRoot}guide/developing/other-ide.html">Developing in Other IDEs</a>.</li>
+ emulator.</li>
+
</ul>
+
+ <p>For more information about developing with the Android SDK tools and what
+ you need to do to create, build, and run your applications, see
+ the <a href="{@docRoot}guide/developing/index.html">Overview</a>
+ section for developing on Android.</p>
<h4 id="hello-jni">Exploring the hello-jni Sample</h4>