Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 716 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 716 Bytes

android-sample-apps

These sample projects are Android Studio projects.

In order to use any one of these projects, you will need to:

Obtain the Affectiva Android SDK Copy the contents of the SDK's assets folder into this project's assets folder Copy the contents of the SDK's libs folder into this project's libs folder Copy the armeabi-v7a folder (found in the SDK libs folder) into this project's jniLibs folder Add your license file to the /assets/Affdex folder and uncomment the line in the startCamera() method which specifies your license file path Build the project Copyright (c) 2014 Affectiva. All rights reserved.

See the comment section at the top of the MainActivity.java file for more information.