Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CameraView was not found in the project or the libraries #432

Open
david-gimeno opened this issue Nov 22, 2023 · 0 comments
Open

CameraView was not found in the project or the libraries #432

david-gimeno opened this issue Nov 22, 2023 · 0 comments

Comments

@david-gimeno
Copy link

david-gimeno commented Nov 22, 2023

I followed the instructions you described in the README for setting up the dependencies. However, when defining the layout:

    <io.fotoapparat.view.CameraView
        android:id="@+id/camera_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_above="@id/fab_camera"/>

I am getting the following error:

Class referenced in the layout file, 'io.fotoapparat.view.CameraView', was not found in the project or the libraries

I tried multiple things found in Google, but I could not find out what is wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant