-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/27/2015 11:43 PM, Christian Kehl wrote: > I went through the build process again and have to correct: > osgAndroid already comes with a jar-file. What the project and its ndk-build does is to generate a libjniosg-gles1.so file that links to the static c++ libraries. HENCE, my question would be now how the pre-compiled org.openscenegraph.android.jar refers/links to the libjniosg.so file, because I suspect this seems to be the step that goes wrong in my case. Any hints how that works ?
THe libjniosg.so file is the native code "shim" I have mentioned in my other mail. That is what the Android.mk file in the project generates when you run ndk-build (or hit Build in Eclipse). The dependency is other way round - the shim refers to the precompiled code and the app bundles the OSG stuff in the jar file. J. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iD8DBQFVZkiOn11XseNj94gRAv+cAKCM2aFVNDwFT8QgD08bgLKfhFPcLACcC3O4 AycWCsGtLy16vnPeJMnGpbs= =un71 -----END PGP SIGNATURE----- _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

