Library

37 views
Skip to first unread message

Fahad Faridi

unread,
Nov 18, 2014, 5:29:00 PM11/18/14
to javaem...@googlegroups.com
Hi
Ho to get this library to use with Android project?
I tried the .jar file but it seems like very old (Does not even have EMVCard.java file).

Any help will be appreciated!!!

Fahad Faridi

unread,
Nov 21, 2014, 1:27:50 AM11/21/14
to javaem...@googlegroups.com
Hello ,
I am trying to use your library in an android project , but so far I do not get any luck.
When I try to call this code:

---------------------------------------------------------

CardExplorer explorer = new CardExplorer();

        try {

            explorer.start();

        } catch (Exception ex) {

        rawT.append(ex.toString());

        } finally {

            //Show submit feedback dialogue

            SmartCard card = explorer.getEMVCard();

            if(card == null){

            rawT.append("NULL_CARD");

            }

        }

-----------------------------------------------------------

I got a NoClassDefFound Exception for TerminalFactory in smartcardio library.

I am using JDK 1.7 on Mac OSX Yosemite system to build this code.

Could you help me provide any examples for Android please?


Thanks

Reply all
Reply to author
Forward
0 new messages