Search found 1 match

by hejeon
Fri Feb 11, 2011 5:44 am
Forum: Project Announcements
Topic: Android Port
Replies: 383
Views: 213271

test result with emulator

I tried test current source.
compile with ndk-r4b and ndk-r5b
both of these are all succeed (compile)
but runtime, it is not work.

so I change some code in android-activity.cpp.

...
void Java_com_ellismarkov_irrlicht_IrrlichtTest_nativeInitGL( JNIEnv* env )
{
importGLInit();
device ...