Monday, February 28, 2011

Re: [android-developers] Re: Render Script samples does't show anything

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 <webmonkey18@gmail.com> 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 <romain...@android.com> 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 <manutd...@gmail.com> 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 android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Romain Guy
> Android framework engineer
> romain...@android.com
>
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--
Romain Guy
Android framework engineer
romainguy@android.com

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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment