aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual/Android.html
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Manual/Android.html')
-rw-r--r--Doc/Manual/Android.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Manual/Android.html b/Doc/Manual/Android.html
index 85df94a99..eb87ea162 100644
--- a/Doc/Manual/Android.html
+++ b/Doc/Manual/Android.html
@@ -15,6 +15,7 @@
<li><a href="#Android_examples_intro">Examples introduction</a>
<li><a href="#Android_example_simple">Simple C example</a>
<li><a href="#Android_example_class">C++ class example</a>
+<li><a href="#Android_examples_other">Other examples</a>
</ul>
</ul>
</div>
@@ -744,6 +745,13 @@ Run the app to see the result of calling the C++ code from Java:
<center><img src="android-class.png" alt="Android screenshot of SwigClass example"></center>
+<H3><a name="Android_examples_other"></a>18.2.4 Other examples</H3>
+
+
+<p>
+The Examples/android directory contains further examples which can be run and installed in a similar manner to the previous two examples.
+</p>
+
</body>
</html>