CameraView
CameraView copied to clipboard
demo can not match the `xml` file with `activity` file
demo has error : every id can not be referred in the activity.kt file.
For example in the CameraActivity.kt file,setContentView(R.layout.activity_camera) shows error: Unresolved reference: activity_camera.
And every id in the activity_camera.xml file can not be referred, so as all other xml files.
Version used
CameraView version : 2.7.2
What's wrong in this situation? Thanks!