Home > Mobile >  For help on Textureview cannot callback onSurfaceTextureAvailable problem
For help on Textureview cannot callback onSurfaceTextureAvailable problem

Time:09-21

Code: TextureView textureView1;
The View view2.
View the view1=getLayoutInflater (). Inflate (R.l ayout. Activity_main, null);
LayoutInflater inflater1=getLayoutInflater ();
View2=inflater1. Inflate (R.l ayout. Layout11, (ViewGroup) the view1);
TextureView1=(TextureView) view2. The findViewById (R.i which extureView);
TextureView1. SetSurfaceTextureListener (this);
Can't onSurfaceTextureAvailable callback function, as a result,
Run tip: Couldn 't load memtrack module
Is likely to be layout to get the wrong way, a great god taught, grateful!!!!!!
  • Related