import javax.smartcardio.Card;
import javax.smartcardio.CardChannel;
import javax.smartcardio.CardException;
import javax.smartcardio.CardTerminal;
import javax.smartcardio.CommandAPDU;
import javax.smartcardio.ResponseAPDU;
import javax.smartcardio.TerminalFactory;
TerminalFactory terminalFactory = TerminalFactory.getDefault();
i want to use usb Host communicating with smart card on android pad
but why do i get java.lang.NoClassDefFoundError: javax.smartcardio.TerminalFactory
i already import......
and i don't know how to package this lib into app