<div dir="ltr">Could you try running one of the GLES2 sample apps that are shipped with the Android NDK?  It would be good to determine whether the issue is with your device or emulator, or with KiwiViewer itself.  The error message that I see says "egl.cfg not found, using default config" and also "api does not have setPreserveEGLContextOnPause()" which makes me guess that you might be running on a version of Android that doesn't have ES2 support?<br>

<br>Pat<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 18, 2013 at 11:42 AM, marco <span dir="ltr"><<a href="mailto:piccima@gmail.com" target="_blank">piccima@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
I'm trying to run Kiwiviewer, if I try from eclipse the application doesn't start:<br>
maybe I miss something to install...... I'm new with android sdk<br>
<br>
picci<br>
<br>
this is the log:<br>
<br>
06-18 11:36:32.163: I/KiwiViewer(354): api does not have setPreserveEGLContextOnPause()<br>
06-18 11:36:32.353: D/libEGL(354): egl.cfg not found, using default config<br>
06-18 11:36:32.353: D/libEGL(354): loaded /system/lib/egl/libGLES_<u></u>android.so<br>
06-18 11:36:32.363: W/dalvikvm(354): threadid=9: thread exiting with uncaught exception (group=0x40015560)<br>
06-18 11:36:32.413: E/AndroidRuntime(354): FATAL EXCEPTION: GLThread 10<br>
06-18 11:36:32.413: E/AndroidRuntime(354): java.lang.<u></u>IllegalArgumentException: No configs match configSpec<br>
06-18 11:36:32.413: E/AndroidRuntime(354):     at com.kitware.KiwiViewer.<u></u>KiwiGLSurfaceView$<u></u>ConfigChooser.chooseConfig(<u></u>KiwiGLSurfaceView.java:471)<br>
06-18 11:36:32.413: E/AndroidRuntime(354):     at android.opengl.GLSurfaceView$<u></u>EglHelper.start(GLSurfaceView.<u></u>java:919)<br>
06-18 11:36:32.413: E/AndroidRuntime(354):     at android.opengl.GLSurfaceView$<u></u>GLThread.guardedRun(<u></u>GLSurfaceView.java:1264)<br>
06-18 11:36:32.413: E/AndroidRuntime(354):     at android.opengl.GLSurfaceView$<u></u>GLThread.run(GLSurfaceView.<u></u>java:1118)<br>
06-18 11:37:59.873: I/KiwiViewer(396): api does not have setPreserveEGLContextOnPause()<br>
06-18 11:38:00.063: D/libEGL(396): egl.cfg not found, using default config<br>
06-18 11:38:00.063: D/libEGL(396): loaded /system/lib/egl/libGLES_<u></u>android.so<br>
06-18 11:38:00.073: W/dalvikvm(396): threadid=9: thread exiting with uncaught exception (group=0x40015560)<br>
06-18 11:38:00.113: E/AndroidRuntime(396): FATAL EXCEPTION: GLThread 10<br>
06-18 11:38:00.113: E/AndroidRuntime(396): java.lang.<u></u>IllegalArgumentException: No configs match configSpec<br>
06-18 11:38:00.113: E/AndroidRuntime(396):     at com.kitware.KiwiViewer.<u></u>KiwiGLSurfaceView$<u></u>ConfigChooser.chooseConfig(<u></u>KiwiGLSurfaceView.java:471)<br>
06-18 11:38:00.113: E/AndroidRuntime(396):     at android.opengl.GLSurfaceView$<u></u>EglHelper.start(GLSurfaceView.<u></u>java:919)<br>
06-18 11:38:00.113: E/AndroidRuntime(396):     at android.opengl.GLSurfaceView$<u></u>GLThread.guardedRun(<u></u>GLSurfaceView.java:1264)<br>
06-18 11:38:00.113: E/AndroidRuntime(396):     at android.opengl.GLSurfaceView$<u></u>GLThread.run(GLSurfaceView.<u></u>java:1118)<br>
______________________________<u></u>_________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com" target="_blank">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-<u></u>bin/mailman/listinfo/ves</a><br>
</blockquote></div><br></div>