Installation Guide
This page contains the installation guide needed for Face Detector in Android and iOS
Android Installation Guide
In Android, the first step of the installation for Face Detector (Android) is to include the following dependencies in the project-level build.gradle file. The build.gradle file will need to make some changes as follow below:
Include the following dependencies in app-level build.gradle file:
After adding the code, sync the project with gradle files to make sure all of the dependencies are successfully installed.
Please make sure that the gradle files are synced
Last updated