Recognito
  • About RECOGNITO
  • Face Recognition SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Windows
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Flutter
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • Face Liveness Detection SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Windows
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Flutter
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • ID Document Recognition SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • Android
        • Installation
        • API Reference
        • Licensing
        • Sample Application
      • iOS
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • ID Document Liveness Detection SDK
    • Performance Overview
    • Integration Guide
      • Linux
        • Installation
        • API Reference
        • Licensing
        • Sample Application
  • License Option
  • How to implement 1:N identification with RECOGNITO SDK
  • Contact & Support
Powered by GitBook
On this page
  • Download SDK
  • Directory Structure
  • Add FaceSDK to Android Project
  1. Face Liveness Detection SDK
  2. Integration Guide
  3. Android

Installation

PreviousAndroidNextAPI Reference

Last updated 3 months ago

The Android-FaceSDK is provided in Android Library Project (AAR) format.

Download SDK

Directory Structure

The SDK directory contains the following directories and files:

build.gradle

Gradle build file

facesdk.aar

FaceSDK AAR file

Add FaceSDK to Android Project

  • Add the SDK folder to your Android project's root directory.

  • Open the build.gradle file corresponding to the new, or existing Android Studio project that you want to integrate. Typically, this is the build.gradle file for the app module.

  • Add the SDK to the dependencies section in your build.gradle file:

dependencies {
    implementation project(path: ':libfacesdk')
}
  • Include the SDK in your settings.gradle file:

rootProject.name = "YourProjectName"
include ':app'
include ':libfacesdk'
  • Build your project

libfacesdk_core.zip [33M]
libfacesdk_pro.zip [46M]