When I add the JsonPath library to my Android Studio (1.4) project I get an error as following:
Error:Execution failed for task \':app:dexDebug\'. \\> com.an
in your build.gradle file add following codes :
defaultConfig { multiDexEnabled true minSdkVersion 15 targetSdkVersion 23 versionCode 1 versionName "1.0" } dexOptions { javaMaxHeapSize "4g" }