Posted by
Sven Gothel on
Feb 14, 2012; 9:45am
URL: https://forum.jogamp.org/Migrate-a-Java-application-using-Jogl-to-Android-tablet-tp3732586p3743194.html
On 02/14/2012 10:05 AM, Mimou [via jogamp] wrote:
>
>
> I'm interested in anything can be done to make it easier. For now I can't
> launch your demos because my emulator version is not implemented
> (armv5tejl). I modified the demos to include my code. But I can't rebuild
> new apks to deploy them. I develop on Windows and I try to deploy on an
> Android emulator. I don't have all the required libraries to rebuild the
> same way you do it.
We should work on this task together soon,
ie. cleanup the build environment. Thought only the NDK6 is required though.
My setup (compilerflags) compile for ARMv7 I guess.
Still merging new GL headers now (GL 4.2, and new EGL/ES1/ES2)
to update JOGLs GL binding.
> For now I'll try to rewrite the code using the OPEN GL ES provided by
> khronos.
Thats a good start. If it works with GL2ES2 (to target ES2 on the device)
you are in very good shape. You may also follow my other post here (?)
in regards testing w/ PVR ES2 emulation (Imageon's emulator).
I figured when all these things worked out, you can skip the emulator.
Usually it's the actual ES driver on the device which causes trouble,
if at all (-> see my blogs).
~Sven
>
> Regards