home Forums # Technical Support Getting Started with Android Studio – Help Reply To: Getting Started with Android Studio – Help

#2000

Hi,

I am not familiar with Android Studio, but you could check the following page http://stackoverflow.com/questions/16588064/how-do-i-add-a-library-project-to-the-android-studio to add a dependency to your project.

I think it should work if you add the following dependency:

dependencies {
     compile 'com.fuzzylite:jfuzzylite:5.0.1'
}

Let me know if this works for you.

Cheers.