Search found 2 matches

by xingshh
Tue Nov 06, 2012 3:23 am
Forum: Project Announcements
Topic: android port error
Replies: 0
Views: 1261

android port error

i am newer for irrilcht. i download the last version from svn(branches\ogl-es, version4351). I only want use irrlich as lib, so i add code to jni and get the lib. but when i use fellowing code to load the lib in android :
static
{
try
{
System.loadLibrary("abcd");
}
catch(Throwable e)
{
Log.e("xxx ...
by xingshh
Thu Nov 01, 2012 8:35 am
Forum: Beginners Help
Topic: android port error
Replies: 0
Views: 527

android port error

i am newer for irrilcht. i download the last version from svn(branches\ogl-es, version4351). I only want use irrlich as lib, so i add code to jni and get the lib. but when i use fellowing code to load the lib in android :
static
{
try
{
System.loadLibrary("abcd");
}
catch(Throwable e ...