diff --git a/docs/html-ndk/ndk/samples/downloads.jd b/docs/html-ndk/ndk/samples/downloads.jd deleted file mode 100644 index 3e5e3b78bea34..0000000000000 --- a/docs/html-ndk/ndk/samples/downloads.jd +++ /dev/null @@ -1,24 +0,0 @@ -page.title=Samples: Downloads -@jd:body - - - -
From this page, you can download samples that provide a look at the NDK in action. A few of the -topics covered are:
- -Welcome to the NDK samples area. Here, you can -download a variety of sample apps to help -deepen your understanding of how to use the NDK. There are also detailed -walkthroughs of several -of the apps, providing additional insight into key topics.
+Welcome to the NDK samples area. Here, you can download a variety of sample +apps to help deepen your understanding the NDK. -
These samples are also contained in the NDK installation package. They reside in + +
From this page, you can download samples that provide a look at the NDK in action. A few of the +topics covered are:
+ +Note: These samples are also contained in the NDK installation +package; if you have already downloaded the NDK, you have them. They reside in {@code $NDK/samples/}, where {@code $NDK} is the NDK installation root.
+ diff --git a/docs/html-ndk/ndk/samples/sample_hellojni.jd b/docs/html-ndk/ndk/samples/sample_hellojni.jd index 8d11989932c83..fa61b28152fe8 100644 --- a/docs/html-ndk/ndk/samples/sample_hellojni.jd +++ b/docs/html-ndk/ndk/samples/sample_hellojni.jd @@ -18,7 +18,7 @@ page.title=Sample: hello-jniThis sample guides you through HelloJNI, a minimal application built with the NDK. This sample is in the {@code samples/hello-jni/} directory -under the root directory of your NDK installation.
+under the root directory of your NDK installation.The app itself simply renders a color onto the entire screen, and +
The app itself simply renders a color onto the entire screen, and then changes the color partly in response to movement that it detects.
This section provides detailed walkthroughs of several key samples. The samples are as follows:
-ndk_helper class.ndk_helper class.