ST25SDK on VisualStudio + Xamarin
Hi,
I'm developping an application for Android on VisualStudio with Xamarin.
I implemented the ST sdk, interfaces and the « ST driver » Tagdiscovery.
But at the execution, In the « PerformTagDiscovery » into TagDiscovery class, the line « tagInfo.nfcTag = new ST25DVTag(readerInterface, uid); » generate an exception :
Java.Lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/commons/lang3/BitField;
I try to implement manually Commons-Lang from apache on VisualStudio, but not possible, there is many and many error ....
Is that a solution ?
