I am getting the below error message when using Microsoft java client for signalR (like mentioned here) and trying to build an apk from my source code in android studio.
ERROR
Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files define Lmicrosoft/aspnet/signalr/client/Action;
Some information of my tools
Android studio 2.1.2
compileSdkVersion 23
buildToolsVersion "23.0.1"
minSdkVersion 14
targetSdkVersion 23
gradle version : 2.1.2
repository: maven
I am new to android development and didn't know exactly what type of information may be needed to find the problem.