diff options
author | Scott Main <smain@google.com> | 2010-11-06 16:24:08 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-11-06 16:24:08 -0700 |
commit | d5c09153a73e31f75d149686d565f3ae952185f7 (patch) | |
tree | 2ed754415bdb9dc86fdbbbd07a37b83abc3d8937 /tools/droiddoc/templates-sdk/sdkpage.cs | |
parent | 8ad27435f5af7d000a8a7f5aa735fe51a9c0c853 (diff) | |
parent | 56c69603adb97e6f0a81874f16d81f538259cd55 (diff) | |
download | build-d5c09153a73e31f75d149686d565f3ae952185f7.zip build-d5c09153a73e31f75d149686d565f3ae952185f7.tar.gz build-d5c09153a73e31f75d149686d565f3ae952185f7.tar.bz2 |
am 56c69603: am ec97fd30: docs: revisions to ndk download intro
* commit '56c69603adb97e6f0a81874f16d81f538259cd55':
docs: revisions to ndk download intro
Diffstat (limited to 'tools/droiddoc/templates-sdk/sdkpage.cs')
-rw-r--r-- | tools/droiddoc/templates-sdk/sdkpage.cs | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/tools/droiddoc/templates-sdk/sdkpage.cs b/tools/droiddoc/templates-sdk/sdkpage.cs index 6ea1807..566d8ae 100644 --- a/tools/droiddoc/templates-sdk/sdkpage.cs +++ b/tools/droiddoc/templates-sdk/sdkpage.cs @@ -67,22 +67,19 @@ native code, your applications are still packaged into an .apk file and they sti inside of a virtual machine on the device. The fundamental Android application model does not change.</p> -Using native code does not result in an automatic performance increase, +<p>Using native code does not result in an automatic performance increase, but always increases application complexity. If you have not run into any limitations -using the Android framework APIs, you probably do not need the NDK. -<p>Read <a href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> -to get an understanding of what the NDK offers and whether -it will be useful to you. +using the Android framework APIs, you probably do not need the NDK. Read <a +href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what +the NDK offers and whether it will be useful to you. </p> <p> The NDK is designed for use <em>only</em> in conjunction with the -Android SDK, so if you have not already installed the latest Android SDK, please +Android SDK. If you have not already installed and setup the <a +href="http://developer.android.com/sdk/index.html">Android SDK</a>, please do so before downloading the NDK. </p> -<p>Select the download package that is appropriate for your development -computer. </p> - <table class="download"> <tr> <th>Platform</th> |