From f18d75f07e54fc6aaf7d258f27dbe0d0796ab5f6 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 13 Sep 2012 19:03:24 +0000 Subject: [PATCH] Android docs on examples update and cosmetic change to Android extend example. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13835 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Android.html | 8 ++++++++ Doc/Manual/Contents.html | 1 + Examples/android/extend/jni/Application.mk | 1 + 3 files changed, 10 insertions(+) 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 @@
  • Examples introduction
  • Simple C example
  • C++ class example +
  • Other examples @@ -744,6 +745,13 @@ Run the app to see the result of calling the C++ code from Java:
    Android screenshot of SwigClass example
    +

    18.2.4 Other examples

    + + +

    +The Examples/android directory contains further examples which can be run and installed in a similar manner to the previous two examples. +

    + diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index bdb3aa9f5..eeb059598 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -645,6 +645,7 @@
  • Examples introduction
  • Simple C example
  • C++ class example +
  • Other examples diff --git a/Examples/android/extend/jni/Application.mk b/Examples/android/extend/jni/Application.mk index 87124dd88..45d13be4e 100644 --- a/Examples/android/extend/jni/Application.mk +++ b/Examples/android/extend/jni/Application.mk @@ -1 +1,2 @@ +# File: Application.mk APP_STL := gnustl_static