Android : Android cannot resolve symbol CameraPreview

on Tuesday, March 24, 2015


I am trying to create an fragment with a camera preview inside it. But in my first line of code I get the error: Cannot resolve symbol CameraPreview. I also tried my code in an ActionBarActivity but I still get the same error. Here is the code:



private CameraPreview mPreview;


Thanks in advance.


0 comments:

Post a Comment