[android-developers] Froyo vs Froyo-release?

2010-07-04 Thread Skute
Hi, I'm downloading the Android source code and I've downloaded the Froyo Froyo-Release tags. What is the difference between the two? I'm just looking to use the source code to aid in debugging apps when an exception occurs and it says source file not found. Cheers, -- You received this

[android-developers] Android Bug (needs re-opening)

2010-07-01 Thread Skute
Hi, I know this isn't exactly on topic, but there is a clearly reproducible bug that has been closed as unreproducible in the Android bug tracker. If anyone on the Android team fancies taking a look it's here: http://code.google.com/p/android/issues/detail?id=4236 Cheers, Mark -- You received

[android-developers] Re: IllegalArgumentException when trying to run an OpenGL ES 2.0 application

2010-06-21 Thread Skute
at 2:50 AM, Skute sku...@gmail.com wrote: When I add the following line to my GLSurfaceView class I get an IllegalArgumentException from some random place. I don't know where the problem is because it doesn't give a stack trace. setEGLContextClientVersion(2); What else do I need to do

[android-developers] IllegalArgumentException when trying to run an OpenGL ES 2.0 application

2010-06-15 Thread Skute
When I add the following line to my GLSurfaceView class I get an IllegalArgumentException from some random place. I don't know where the problem is because it doesn't give a stack trace. setEGLContextClientVersion(2); What else do I need to do to get an OpenGL ES 2.0 application to work? I have