I have downloaded the latest version of jnetpcap and added it to my android project in eclipse as "Add external JAR". But when I'm running the program the application crashes immediately on my emulator and I receive the following error in the log:
java.lang.NoClassDefFoundError: org.jnetpcap.Pcap
Does anyone know how to solve this problem?