devnied / EMV-NFC-Paycard-Enrollment

A Java library used to read and extract data from NFC EMV credit cards (Android/PCSC).
Apache License 2.0
1.44k stars 586 forks source link

Class not found Exception #82

Open encodey-dev opened 1 year ago

encodey-dev commented 1 year ago

I compile the library from Maven, but when I implemented on Android project, I got this issue.

java.lang.ClassNotFoundException: Didn't find class "org.slf4j.LoggerFactory" .

Any idea what I am missing.

Thank you.

imran2w commented 1 year ago

import org.slf4j.LoggerFactory;