@Cesar, does any gideros app actually run on your phone ?
I don't know if 'No config choosen' actually means 'No config chooser selected' or 'The config chooser didn't find any suitable config'. If this the latter, then your phone doesn't support whatever AdMob or gideros requires.
If the problem occurs even with a blank gideros project, then your phone doesn't meet gideros OpenGL requirements, most probably your phone's GPU doesn't support stencil...
Comments
Have you tried testing from Android Studio?
From android Studio:
[...]
--------- beginning of crash
06-09 12:19:57.212 3996-4066/com.telytec.ads E/AndroidRuntime: FATAL EXCEPTION: GLThread 201
Process: com.telytec.ads, PID: 3996
java.lang.IllegalArgumentException: No config chosen
at android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig(GLSurfaceView.java:870)
at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1024)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1401)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240)
06-09 12:19:57.746 3996-3996/com.telytec.ads A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x1c8 in tid 3996 (com.telytec.ads)
Any idea?
Did you try following this post?
http://giderosmobile.com/forum/discussion/5922/solved-problem-running-admob-on-android/p1
I don't know if 'No config choosen' actually means 'No config chooser selected' or 'The config chooser didn't find any suitable config'. If this the latter, then your phone doesn't support whatever AdMob or gideros requires.
If the problem occurs even with a blank gideros project, then your phone doesn't meet gideros OpenGL requirements, most probably your phone's GPU doesn't support stencil...
I can run all the gideros examples in both phones too.