Re: [osg-users] osgAndroid - Deploying and Debugging

2016-09-16 Thread Christian Kehl
Hi Akhtar, > However, now when i try to load a model (cessna.osg) it shows error: dlopen > failed: library osgPlugins-3.4.0/osgdb_osg.so" not found. > DynamicLibrary::failed loading "osgPlugins-3.4.0/osgdb_osg.so" The compile instructions state to compile it all in static mode - also the

Re: [osg-users] osgAndroid - Deploying and Debugging

2015-10-14 Thread Akhtar Shamim
Hi Rafa I am sorry that I couldnt reply to this email earlier. I was away and couldnt check my emails for a couple of weeks. Yes, I could do that. I will reply to your email next week after going through the changes again. I started working on the Android example. I have made a few changes to

Re: [osg-users] osgAndroid - Deploying and Debugging

2015-10-01 Thread Rafa Gaitan
Hi Shamim, I'm glad you made it work, but I'm concerned about the osgsimple sample in osgAndroid not working for you. Could you tell me if the logcat says something?, maybe the model you tried to load is not in the expected path? If you have any improvements to the OSG sample you can send a

Re: [osg-users] osgAndroid - Deploying and Debugging

2015-09-30 Thread Akhtar Shamim
Hi Just an update. I managed to make osgAndroidExampleGLES1 work based on the Android.mk settings for osgSimple and am able to load cessna.osg or any other osg models. However, i am still not able to make osgSimple work based on the predefined setting. If anyone is interested then I can provide

Re: [osg-users] osgAndroid - Deploying and Debugging

2015-09-29 Thread Akhtar Shamim
Hi Rafa Thank you for the pointer. I managed to compile and run the application in an Android device successfully. I have also managed to compile and run the osgAndroidExampleGLES1 on my mobile device. I can see the blue background for the example together with three buttons. However, now when i

Re: [osg-users] osgAndroid - Deploying and Debugging

2015-09-28 Thread Rafa Gaitan
Hi Shamim, I added glustl_shared to be loaded dynamically before loading any osgAndroid jni library, because linking it statically was giving a lot of problems. I don't recall having problems before, but I usually work on linux or mac when I have to develop in android and OSG. Maybe is something