Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81f66862 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android (Google) Code Review
Browse files

Merge "Add the old dalvik/docs/jni-tips.html documentation."

parents 4b428dc2 10c7ceb5
Loading
Loading
Loading
Loading
+713 −0

File added.

Preview size limit exceeded, changes collapsed.

+3 −0
Original line number Diff line number Diff line
@@ -375,6 +375,9 @@ code compiled for the ARM in the Nexus One won't run on the ARM in the G1.</p>
<p>Native code is primarily useful when you have an existing native codebase
that you want to port to Android, not for "speeding up" parts of a Java app.</p>

<p>We have <a href="{@docRoot}guide/practices/design/jni.html">JNI Tips</a> for
more about JNI on Android.</p>

<p>(See also <em>Effective Java</em> item 54.)</p>

<a name="closing_notes" id="closing_notes"></a>