Lines Matching full:samples
17 <li><a href="#samples">Sample applications</a></li>
46 <li>Documentation, samples, and tutorials</li>
221 <h3 id="samples">Sample applications</h3>
259 and Application.mk files. There are located under <code><ndk>/samples/<name>/</code>
260 and their source code can be found under <code><ndk>/samples/<name>/jni/</code>.</p>
263 <code><ndk>/samples/<name>/</code> then calling the <code>ndk-build</code> command.
265 <code><ndk>/samples/<name>/libs/armeabi/</code> for (ARMv5TE machine code) and/or
266 <code><ndk>/samples/<name>/libs/armeabi-v7a/</code> for (ARMv7 machine code).</p>
322 the <code><ndk-root>/samples/hello-jni</code> directory.</li>
331 <li>Change to the <code><ndk-root>/samples/hello-jni</code> directory.</li>
343 cd <ndk-root>/samples/hello-jni
359 your device. You can explore the rest of the samples that are located in the
360 <code><ndk-root>/samples</code> directory for more examples on how to use the JNI.</p>
375 <code><ndk_root>/platforms/samples/native-activity/AndroidManifest.xml</code> file.</li>
400 the <code><ndk-root>/samples/native-activity</code> directory.</li>
409 <li>Change to the <code><ndk-root>/samples/native-activity</code> directory.</li>
423 cd <ndk-root>/platforms/samples/android-9/samples/native-activity