DeepAR Android SDK Demo Project
We have a demo project setup on GitHub that lets you test out DeepAR really quickly and it serves as a getting started project.
You can find DeepAR Android Quickstart project on GitHub!
Run demo project locally
- Clone the project:
git clone https://github.com/DeepARSDK/quickstart-android-java.git
Open the project in Android Studio.
Set up DeepAR account on our DeepAR developer portal.
Obtain License key:
- On developer portal, go to projects and click
+ New Project
. - Enter the name of your project. For example "My First AR App".
- Choose a FREE plan.
- Under
Android App
choose+ Add App
. - Enter the App ID under which you plan to deploy your app. The App ID is located under
app/build.gradle
and in this case it isai.deepar.deepar_example
.
- On developer portal, go to projects and click
Copy the generated license key in the
MainActivity.java
instead of"your_license_key_here"
.