SuppSandroB / sandrop

Automatically exported from code.google.com/p/sandrop
226 stars 62 forks source link

Fails to load socketdest.c file in sandroproxy lib project #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
12-17 11:09:28.568: E/AndroidRuntime(10473): java.lang.UnsatisfiedLinkError: 
Couldn't load socketdest from loader 
dalvik.system.PathClassLoader[DexPathList[[zip file 
"/data/app/org.sandroproxy.plugin-2.apk"],nativeLibraryDirectories=[/data/app-li
b/org.sandroproxy.plugin-2, /vendor/lib, /system/lib]]]: findLibrary returned 
null
12-17 11:09:28.568: E/AndroidRuntime(10473):    at 
java.lang.Runtime.loadLibrary(Runtime.java:358)
12-17 11:09:28.568: E/AndroidRuntime(10473):    at 
java.lang.System.loadLibrary(System.java:526)
12-17 11:09:28.568: E/AndroidRuntime(10473):    at 
org.sandroproxy.utils.NetworkHostNameResolver.<clinit>(NetworkHostNameResolver.j
ava:48)
12-17 11:09:28.568: E/AndroidRuntime(10473):    at 
org.sandroproxy.plugin.gui.MainActivity$1$1.run(MainActivity.java:98)

How to resolve this issue??

Original issue reported on code.google.com by bshakeer...@gmail.com on 22 Dec 2014 at 6:19

GoogleCodeExporter commented 9 years ago
Will look at it. If you build in eclipse try to disable automatic build and 
start project build from ecplise action. Also check that you install android 
NDK and eclipse points to ndk location.

Original comment by supp.san...@gmail.com on 23 Dec 2014 at 7:00

GoogleCodeExporter commented 9 years ago
Will fix also ant build script so it's always build

Original comment by supp.san...@gmail.com on 23 Dec 2014 at 7:54

GoogleCodeExporter commented 9 years ago
Done. Please test if it works okey for you
https://code.google.com/p/sandrop/source/detail?r=92e380b7db06b1bc6fcd47138c49fb
3023c08300

Original comment by supp.san...@gmail.com on 24 Dec 2014 at 4:36

GoogleCodeExporter commented 9 years ago
Ya its working fine.. and thank you for support..
I want to rewrite the request url with custom values.. how can i achieve it??
Here am not getting the actual request url that i can modify it with custom 
request parameters..

Original comment by bshakeer...@gmail.com on 29 Dec 2014 at 10:31

GoogleCodeExporter commented 9 years ago
I think that there are some examples is source code.
https://code.google.com/p/sandrop/source/browse/projects/SandroProxyPlugin/src/o
rg/sandroproxy/proxy/plugin/CustomPlugin.java

Original comment by supp.san...@gmail.com on 30 Dec 2014 at 7:06

GoogleCodeExporter commented 9 years ago

Original comment by supp.san...@gmail.com on 30 Dec 2014 at 7:14