mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.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:
parent
96e18ff142
commit
fc87df03df
1 changed files with 5 additions and 1 deletions
|
|
@ -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!!!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue