From ec97fd30a6af6d954f156620a69c29352e012d39 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 4 Nov 2010 21:02:14 -0700 Subject: [PATCH] docs: revisions to ndk download intro Change-Id: Ib1ba3d5f0e727a1246dc92161b72bcfff6f9d772 --- tools/droiddoc/templates-sdk/sdkpage.cs | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/tools/droiddoc/templates-sdk/sdkpage.cs b/tools/droiddoc/templates-sdk/sdkpage.cs index d3edf5883..cc7f5f5d9 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.

-Using native code does not result in an automatic performance increase, +

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. -

Read What is the NDK? -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 What is the NDK? for more information about what +the NDK offers and whether it will be useful to you.

The NDK is designed for use only 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 Android SDK, please do so before downloading the NDK.

-

Select the download package that is appropriate for your development -computer.

- -- 2.11.0
Platform