diff options
Diffstat (limited to 'docs/html/tools/sdk')
| -rw-r--r-- | docs/html/tools/sdk/ndk/index.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/tools/sdk/ndk/index.jd b/docs/html/tools/sdk/ndk/index.jd index 9b30ff1..7c8ca71 100644 --- a/docs/html/tools/sdk/ndk/index.jd +++ b/docs/html/tools/sdk/ndk/index.jd @@ -44,8 +44,8 @@ page.title=Android NDK <p>The NDK is a toolset that allows you to implement parts of your app using native-code languages such as C and C++. For certain types of apps, - this can be helpful so that you may reuse existing code libraries written in these - languages and possibly increased performance.</p> + this can be helpful so you can reuse existing code libraries written in these + languages, but most apps do not need the Android NDK.</p> <p>Before downloading the NDK, you should understand that <strong>the NDK will not benefit most apps</strong>. As a developer, you need to balance its benefits |
