I am trying to build a solution in Xamarin with an android library that I imported.
The library come from a manufacturer called bbpos.
I have the following error message :
Error com.android.dx.cf.code.SimException: local variable type mismatch: attempt to set or access a value of type java.lang.String using a local variable of type byte[]. This is symptomatic of .class transformation tools that ignore local variable information.
I think it comes from the library but i dont know from where exactly. Is there a way to know where is the problem ?