Hi all, after some time debugging with ndk-gdb it turns out the plugins are loaded fine. The problem was that the app didn't have permissions to read the external storage. To solve this problem, I simply added the following line to AndroidManifest.xml:
Code: <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> This will need to be added to both the Android examples. After that, my cow loads fine! Thanks, Nathan ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=59528#59528 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

