Hello all,
i have successfully compiled Ogre for Android,
but I cant run the SampleBrowser.
I have it tested on 3 devices:
- Motorola Defy mini phone (I don´t no the hardware spec)
- Lenovo tablet (tegra3)
- Emulator
Nothing works.
I think there is somthing wrong with the
sample config:
(snippet)
SampleFolder=/Users/andreas/desktop/ogre/lib
#SamplePlugin=Sample_AtomicCounters
SamplePlugin=Sample_BezierPatch
SamplePlugin=Sample_BSP
SamplePlugin=Sample_CameraTrack
Is this the problem?
The static libraries for the samples
are not present in the final apk-file.
Only the SampleBrowser.so.
Regards
Andy
Problems running SampleBrowser on Android
-
- Gnoblar
- Posts: 2
- Joined: Mon Dec 31, 2012 3:33 pm
-
- Gremlin
- Posts: 164
- Joined: Wed Aug 18, 2004 6:41 pm
- Location: London
Re: Problems running SampleBrowser on Android
Hi Andy, you've got further then me ... I get link errors. That aside though, you would not expect static libraries to be in the .apk as they will be linked statically to the .so file ... so you would only expect to see the single .so
Ian
Ian