I want to use jpcap library in one android project, but I can't compile the native code of libpcap library. Are there any compiled with Android NDK jni folder and Android.mk file for jpcap library ??
Asked
Active
Viewed 322 times
0
-
You've seen: http://stackoverflow.com/questions/22646344/compile-libpcap-using-android-ndk – Morrison Chang Jan 08 '16 at 04:04
-
I have already seen this issue. However, using the JnetPcap library, I have an other problem. When I was executing the findAllDevs () function, this returns null list. – Panagiotis Jan 08 '16 at 11:04