Problems running SampleBrowser on Android

Discussion of issues specific to mobile platforms such as iOS, Android, Symbian and Meego.
Post Reply
andy77
Gnoblar
Posts: 2
Joined: Mon Dec 31, 2012 3:33 pm

Problems running SampleBrowser on Android

Post by andy77 »

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
ibrown
Gremlin
Posts: 164
Joined: Wed Aug 18, 2004 6:41 pm
Location: London
Contact:

Re: Problems running SampleBrowser on Android

Post by ibrown »

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
Post Reply