diff --git a/tools/droiddoc/templates-sdk/sdkpage.cs b/tools/droiddoc/templates-sdk/sdkpage.cs index d3edf58838..cc7f5f5d9a 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.

-
Platform