[android-developers] System.loadLibrary() failes in Android with UnsatisfiedLinkError

2011-05-31 Thread Viju
Hi, Can anyone help me to resolve this issue in Android: I'm developing an application with an open source library (i.e. jpcap). I have added the lib folder in my project which contains both jpcap.dll and libjpcap.so. Also I have given the Native library location to this lib folder. When I try

[android-developers] java.lang.UnsatisfiedLinkError : Couldn't load jpcap

2011-05-27 Thread Viju
Hi, 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.

[android-developers] regarding HTTPClient : How to get the HTTP request posted by the native browser

2011-05-19 Thread Viju
Hi, Is it possible to get all the HTTP URL request triggered by the browser (Apache) from my client application ? If then, can you please tell me the framework API which gives me the URL ? I'm developing some kinda of HTTP sniffer application for android which will log all the HTTP Url request

[android-developers] Help needed regarding HTTPClient

2011-05-19 Thread Viju
Hi, Is it possible to get all the HTTP URL request triggered by the browser (Apache) from my client application ? If then, can you please tell me the framework API which gives me the URL ? I'm developing some kinda of HTTP sniffer application for android which will log all the HTTP Url request