[android-developers] Re: NDK GetMethodID problem

2011-11-17 Thread cw72
It should be (II) you don't need the semicolon in this instance On Nov 15, 6:39 pm, Peter Staab pixst...@gmx.net wrote: Hello, I am getting the following error: 11-15 19:31:57.898: D/dalvikvm(5046): GetMethodID: method not found: ;.createBitmapRGBA:(I;I)Landroid/graphics/Bitmap; with

[android-developers] MediaPlayer and SurfaceTexture in Android 3.0/3.1

2011-07-14 Thread cw72
I need to play a video image stream onto an OpenGL texture because in Android 3.0 rendering a translucent GLSurfaceView over a VideoView is now far too slow, whereas it was previously OK in Android 2.2 SurfaceTexture seems to be how it now supposed to work, and it mentions in the SDK docs The