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