-1

I need to work on microsoft cognitive service FACE API, i have downloaded the code from github, but i am unable to import the code into my android and test it. Could some one help me in importing the code into my android studio

Krishna
  • 39
  • 9

1 Answers1

0

You need to add this dependency in build.gradle file

dependencies {

... compile 'com.microsoft.projectoxford:face:1.1.0' }

block.

prashant
  • 3,570
  • 7
  • 40
  • 50