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

#2002

Hi,

you should use the new library 5.0.1, you can download the jar file from https://github.com/fuzzylite/jfuzzylite/releases/tag/5.0.1 or with Maven.

<dependency>
    <groupId>com.fuzzylite</groupId>
    <artifactId>jfuzzylite</artifactId>
    <version>5.0.1</version>
</dependency>

Versions earlier than 5.0 do not have the OutputVariable.getOutputValue() method.