OpenGL ES 2 doesn't work on Android API23

Is there any known issue to run GLES20 2D texture on Android API 23 devices?

I have app that works on Android aPI 18 devices but the frames are ruined on API 23 devices.

hi there,

can you just show us the part of your code that creates the texture , and the texture img itself pls.
additionally make sure you enable texture 2d !!
its not always enabled also it should be on es 2.0.

regards
uwi