[android-developers] java.lang.IllegalArgumentException: parameter must be a descendant of this view

2012-09-03 Thread Li Sun
Hi, It is monkey test issue. But I do not know how to fix it. Could someone help me? Thanks a lot! 8-31 21:23:14.339 I/WindowManager( 324): SCREENLAYOUT_SIZE (1:small, 2:normal, 3:large, 4:xlarge) 2 08-31 21:23:14.349 D/WebSettings( 1904): mDataPath: /data/data/com.android.browser 08-31

[android-developers] glGenTextures return 0 and got call to OpenGL ES API with no current context (logged once per thread)

2012-08-28 Thread Li Sun
Hi, I just met a issue of glGenTextures. I wrote the below codes on Activity.onCreate() function int[] mTextureNames = new int[1]; GLES20.glGenTextures(1,mTextureNames,0); SurfaceTexture mSurfaceTexture = new SurfaceTexture(mTextureNames[0]); but mTextureNames[0] is