ā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.