<div dir="ltr">Hi,<div><br></div><div>I don't really understand your problems.</div><div><br></div><div>First, OSG builds in static, that's correct (.a files), then the JNI wrappers are .so (libjniosg.so) that's also correct and already has OSG statically linked there so only that jni library is required, JNI works in that way, a .so that is preloaded using System.loadLibrary(..). osgAndroid is prepared to do it for you.</div><div><br></div><div>Second, the ndk-build command, leaves the libjniosg.so in the correct place, so, after building with ndk-build the org.openscenegraph.android project you need to import the osgAndroid project in eclipse, and deploy the osgsimple project to the device. Eclipse should package everything properly.</div><div><br></div><div>I'm not doing any different that this. As far as I saw in your log, the jni library is preloaded, the problem then comes when tries to load the model, so either your device has different configuration and something is not properly built, or the model is not really in that place. </div><div><br></div><div>Rafa.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-05-07 23:39 GMT+02:00 Christian Kehl <span dir="ltr"><<a href="mailto:christian-kehl@web.de" target="_blank">christian-kehl@web.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
So, I found some time today again (got caught up in other things recent days) to follow the advice. I have rebuild the android and the osgjni project, both compile. weirdly enough, while the osg itself is build in static mode, when I call ndk-build it builds the wrapper still as .so - is that intended ? May it be that the system-wide package from Synaptics interferes with the build order somewhere ? I have no clue why it's not working here - still get the same error log as last time, btw - nothing changed. How do the .a library file get on the android device ? where should they be usually placed in the folder hierarchy to be transferred ?<br>
<br>
Thank you!<br>
<span class=""><br>
Cheers,<br>
Christian<br>
<br>
------------------<br>
Read this topic online here:<br>
</span><a href="http://forum.openscenegraph.org/viewtopic.php?p=63661#63661" target="_blank">http://forum.openscenegraph.org/viewtopic.php?p=63661#63661</a><br>
<br>
<br>
<br>
<br>_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Rafael Gaitán Linares<br>CTO at Mirage Technologies S.L - <a href="http://www.mirage-tech.com" target="_blank">http://www.mirage-tech.com</a><br></div></div>
</div>