Hi, The problem is in -lgnustl_static if you simple remove it from LOCAL_LDLIBS, like that LOCAL_LDLIBS := -llog -lGLESv2 -ldl -lz and add it to the LOCAL_LDFLAGS at the end -lOpenThreads\ $(OSG_ANDROID_DIR)/obj/local/armeabi-v7a/libgnustl_static.a where libgnustl_static.a is from your ndk-r8e diractory all works fine. Thank you! Cheers, Roman
------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=55160#55160 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

