<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 20, 2015 at 10:34 AM, Christian Kehl <span dir="ltr"><<a href="mailto:Christian.Kehl@uni.no" target="_blank">Christian.Kehl@uni.no</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class=""><br>
<br>
</span>Hi,<br>
<br>
is there still anybody available who has an idea what could be wrong in this<br>
instance ? The problem continues to persist and I don't know enough about<br>
the android wrapping system to fix the problem myself. The problem has to be<br>
in the static libraries, but where ?<br></blockquote><div><br><br></div><div>It could be also a bugĀ  in the Android port of OSG. OSG is designed to load plugins required to load the various data formats dynamically. Unfortunately, this doesn't really work well with Android because of the way Android applications are deployed, so OSG won't find its plugins (and models/textures/etc won't load). <br><br>Jordi Torres has implemented a workaround using static linking, that is what those plugin declaration macros were for. If you have compiled everything statically as described in the doc and it is still looking for .so files (DLLs in Windows parlance), then something seems borked in the osgDB plugin system, IMHO.<br><br></div><div>Do the osgAndroid examples shipped with OSG work for you? If those don't work neither, then something has changed in OSG and broke it since mid-2013 when I have last compiled the Android version (and when it was working). <br><br></div><div>J.<br></div><div><br><br><br><br><br></div></div></div></div>