> Although the compute part should normally not need it That is why it is weird that it start to init GL:
VERBOSE/RenderScript(514): rsContextCreate 0x151048 VERBOSE/RenderScript(514): RS Launching thread(s), reported CPU count 1 VERBOSE/RenderScript(514): initGLThread start 0x14fdd0 VERBOSE/RenderScript(514): 0x14fdd0 initEGL start DEBUG/libEGL(514): egl.cfg not found, using default config DEBUG/libEGL(514): loaded /system/lib/egl/libGLES_android.so ERROR/RenderScript(514): 0x14fdd0, couldn't find an EGLConfig matching the screen format Too bad, but the Emulator is probably not be best choice for testing compute scripts anyway :-) We really need access to Honeycomb devices outside the US. On Feb 28, 9:07 am, Romain Guy <[email protected]> wrote: > RenderScript needs OpenGL ES 2.0 which is not supported by the emulator. > Although the compute part should normally not need it. > > > > > > On Mon, Feb 28, 2011 at 12:02 AM, webmonkey <[email protected]> wrote: > > non-graphical ones (HelloCompute) don't run either in the emulator. > > You get: > > > ERROR/RenderScript(514): 0x14fdd0, couldn't find an EGLConfig matching > > the screen format > > > And then a fatal crash in LibRS.so > > > On Feb 28, 8:17 am, Romain Guy <[email protected]> wrote: > > > You must run them on a device, they won't work on the emulator (at least > > not > > > the graphical ones.) > > > > On Sun, Feb 27, 2011 at 9:03 PM, mmkr <[email protected]> wrote: > > > > Hi all, > > > > > I tried to run the render script samples, but it doesn't show > > > > anything and crashes. > > > > Did any one face this issue? Or is there any other way to run those > > > > sample ? > > > > > thanks. > > > > > -- > > > > You received this message because you are subscribed to the Google > > > > Groups "Android Developers" group. > > > > To post to this group, send email to > > [email protected] > > > > To unsubscribe from this group, send email to > > > > [email protected] > > > > For more options, visit this group at > > > >http://groups.google.com/group/android-developers?hl=en > > > > -- > > > Romain Guy > > > Android framework engineer > > > [email protected] > > > > Note: please don't send private questions to me, as I don't have time to > > > provide private support. All such questions should be posted on public > > > forums, where I and others can see and answer them > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Romain Guy > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support. All such questions should be posted on public > forums, where I and others can see and answer them -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

