I have written a small app to sniff packets. It uses the JPCAP lib. It functions properly, however, I am having trouble porting it to my android emulator. Has anyone tried using JPCAP with android? Forrest asked 03 Feb '11, 07:04 Forrest |
One Answer:
I was trying to make a simple packet sniffer application in Android using Jpcap. I have added the jpcap.jar in my project. i.e. Java Build Path --> Libraries --> Add External Jars : But still am not able to run my application. its getting this following error and get killed. java.lang.UnsatisfiedLinkError: Couldn't load jpcap: findLibrary returned null. Can anyone help me to resolve this issue: answered 27 May '11, 03:32 Vijay Don't hijack someone else's question to ask one of your own. (27 May '11, 06:49) cmaynard ♦♦ |
No....but I'm really interested in your success!
If I figure it out I'll post it. It could just be the emulator does not have network interfaces and therefore blows-up. I am getting a htc incredible soon to experiment on.