android / camera-samples

Multiple samples showing the best practices in camera APIs on Android.
Apache License 2.0
4.95k stars 2.32k forks source link

Request to change rootProject.name from "Camerax-MLKit" to "CameraX-MLKit" #577

Open Kojungbeom opened 5 months ago

Kojungbeom commented 5 months ago

I found a small error while trying to practice CameraX-MLKit.

The following error occurred because the rootProject.name in settings.gradle was set to Camerax-MLKit instead of CameraX-MLKit.

java.lang.IllegalStateException: Module entity with name: CameraX-MLKit should be available

To resolve this error, simply change rootProject.name to the same as the Root folder.

Please change rootProject.name to CameraX-MLKit.

google-cla[bot] commented 5 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.