.examples documented loading library code path in AndroidMath

git-svn-id: svn://ultimatepp.org/upp/trunk@9575 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2016-03-06 12:48:54 +00:00
parent 96e18ff142
commit fc87df03df

View file

@ -62,8 +62,12 @@ public class AndroidMathActivity extends Activity
static {
// For Android version less than 5.0 we need to specific standard library
// If you have a crash uncomment library that you specific in your Android Builder
// specification.
// System.loadLibrary("stlport_shared");
// System.loadLibrary("gnustl_shared");
System.loadLibrary("c++_shared");
// System.loadLibrary("c++_shared");
// In this place we are loading native libraries (In revers dependency order).
// IMPORTANT: Native library always has upp package name!!!