From 5c3be3a9ddec0829e961a150234593750df7cc7e Mon Sep 17 00:00:00 2001 From: acasallas Date: Tue, 23 Jun 2015 16:47:47 -0400 Subject: [PATCH] -edit README.md -specify that project is designed to open with Android Studio --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 430e17a..0e15f29 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ AffdexMe Most of the methods in this file control the application's UI. Therefore, if you are just interested in learning how the Affectiva SDK works, you will find the calls relevant to the use of the SDK in the startCamera() and stopCamera() methods, as well as the onImageResults() method. +The AffdexMe folder is an Android Studio project. + In order to use this project, you will need to: - Obtain the Affectiva Android SDK - Copy the contents of the SDK's assets folder into this project's assets folder