I created a binding for a .jar and it works fine as in a test branch but when moving this same .jar binding to our production branch the following error is thrown.
Java.Lang.ClassNotFoundException: Didn't find class "com.site24x7.android.apm.Apm" on path: DexPathList[[zip file "/data/app/com.mycomany.myappname-1.apk"], nativeLibraryDirectories=[/data/app-lib/com.mycompany.myappname-1, /vendor/lib, /system/lib]]
I found
java.lang.ClassNotFoundException: Didn't find class on path: dexpathlist
but I do not see anywhere in Visual Studio or Xamarin Studio to select Java Build Path and follow those instructions.