I got tier 2 to compile and the program runs on my phone and displays Hello World.
On the computer emulator of android i just get a blank screen. No errors display. Anyway to fix this so I can run my programs without having to copy them over?
Log output has a few errors. Any ideas?
05-17 18:47:43.830: I/native-activity(421): Window Init
05-17 18:47:43.830: D/libEGL(421): egl.cfg not found, using default config
05-17 18:47:43.840: D/libEGL(421): loaded /system/lib/egl/libGLES_android.so
05-17 18:47:43.920: E/native-activity(421): generic
05-17 18:47:43.950: E/native-activity(421): sdk
05-17 18:47:43.950: E/libEGL(421): validate_display_config:498 error 3005 (EGL_BAD_CONFIG)
05-17 18:47:43.950: W/native-activity(421): Failed to create EGL surface: 12293, trying different format
05-17 18:47:43.950: W/native-activity(421): Failed to find compatible format
05-17 18:47:43.950: I/native-activity(421): Gained Focus
05-17 18:48:20.460: I/native-activity(444): Window Init
05-17 18:48:20.460: D/libEGL(444): egl.cfg not found, using default config
05-17 18:48:20.470: D/libEGL(444): loaded /system/lib/egl/libGLES_android.so
05-17 18:48:20.530: E/native-activity(444): generic
05-17 18:48:20.560: E/native-activity(444): sdk
05-17 18:48:20.560: E/libEGL(444): validate_display_config:498 error 3005 (EGL_BAD_CONFIG)
05-17 18:48:20.600: W/native-activity(444): Failed to create EGL surface: 12293, trying different format
05-17 18:48:20.600: W/native-activity(444): Failed to find compatible format
05-17 18:48:20.600: I/native-activity(444): Gained Focus