2019-03-15 08:45 AM
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 ?
Solved! Go to Solution.
2022-08-19 07:09 AM
Mmmh, it is a little bit complicated ... This was a confidential project ...
But I will try to unzip, update and compile it ... If all it's ok, I will clean it, to have a healthy base project.
2022-08-21 11:25 PM
I realize it's not that simple.
If you can I thank you so much otherwise it doesn't matter. You've already helped me a lot
2022-08-23 02:21 AM
2022-08-23 02:43 AM
Super. Thankyou so much.
Davide.
2022-08-23 04:06 AM
Let me know about it :)
2022-08-23 05:27 AM
Project doesn't run but it doesn't matter. I finally discover where i was wrong and now Android works well. I also update to st25sdk 1.10. Now I need to implement it also in iOS. Wish me luck:face_with_tears_of_joy:
Thankyou again.
2022-08-23 08:07 AM
App doesn't run but it doesnt matter. Finally found out what I was doing wrong. I also update all libraries to st25sdk1.10. Now I need how to achive same result under iOS, Wish me luck:face_with_tears_of_joy:.
Thankyou so much again.