Home | History | Annotate | Download | only in ndk

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>&lt;ndk&gt;/samples/&lt;name&gt;/</code>
260 and their source code can be found under <code>&lt;ndk&gt;/samples/&lt;name&gt;/jni/</code>.</p>
263 <code>&lt;ndk&gt;/samples/&lt;name&gt;/</code> then calling the <code>ndk-build</code> command.
265 <code>&lt;ndk&gt;/samples/&lt;name&gt;/libs/armeabi/</code> for (ARMv5TE machine code) and/or
266 <code>&lt;ndk&gt;/samples/&lt;name&gt;/libs/armeabi-v7a/</code> for (ARMv7 machine code).</p>
322 the <code>&lt;ndk-root&gt;/samples/hello-jni</code> directory.</li>
331 <li>Change to the <code>&lt;ndk-root&gt;/samples/hello-jni</code> directory.</li>
343 cd &lt;ndk-root&gt;/samples/hello-jni
359 your device. You can explore the rest of the samples that are located in the
360 <code>&lt;ndk-root&gt;/samples</code> directory for more examples on how to use the JNI.</p>
375 <code>&lt;ndk_root&gt;/platforms/samples/native-activity/AndroidManifest.xml</code> file.</li>
400 the <code>&lt;ndk-root&gt;/samples/native-activity</code> directory.</li>
409 <li>Change to the <code>&lt;ndk-root&gt;/samples/native-activity</code> directory.</li>
423 cd &lt;ndk-root&gt;/platforms/samples/android-9/samples/native-activity