*What steps will reproduce the problem?* 1.checkout the latest trunk to the working directory and followed the Csipsimple HowtoBuild Wiki Page 2.Download android-ndk-r8 <http://code.google.com/p/csipsimple/source/detail?r=8>, compile csipsimple using make 3.Import the CsipSimple into Eclipse compile and run as android application *What is the expected output? What do you see instead?* The CSIPsimple has to register with the asterisk server but it gives the following error,
I/wpa_supplicant(22411): SCAN_RESULTS : [4] D/dalvikvm(22275): Trying to load lib /mnt/asec/com.csipsimple-2/lib/libpjsipjni.so 0x40517eb8 E/PjService(22275): We have a problem with the current stack.... NOT YET Implemented E/PjService(22275): java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1312]: 1303 cannot locate '__gnu_thumb1_case_uqi'... E/PjService(22275): E/PjService(22275): at java.lang.Runtime.loadLibrary(Runtime.java:434) E/PjService(22275): at java.lang.System.loadLibrary(System.java:554) E/PjService(22275): at com.csipsimple.pjsip.PjSipService.tryToLoadStack(PjSipService.java:149) E/PjService(22275): at com.csipsimple.service.SipService.loadStack(SipService.java:1166) E/PjService(22275): at com.csipsimple.service.SipService.onStart(SipService.java:1086) E/PjService(22275): at android.app.Service.onStartCommand(Service.java:428) E/PjService(22275): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2043) E/PjService(22275): at android.app.ActivityThread.access$2800(ActivityThread.java:117) E/PjService(22275): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:998) E/PjService(22275): at android.os.Handler.dispatchMessage(Handler.java:99) E/PjService(22275): at android.os.Looper.loop(Looper.java:130) E/PjService(22275): at android.app.ActivityThread.main(ActivityThread.java:3687) E/PjService(22275): at java.lang.reflect.Method.invokeNative(Native Method) E/PjService(22275): at java.lang.reflect.Method.invoke(Method.java:507) E/PjService(22275): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867) E/PjService(22275): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625) E/PjService(22275): at dalvik.system.NativeStart.main(Native Method) D/WifiService( 1473): [mPersistState] : On *What version of the product are you using? On what operating system?* Android SDK 15, NDK-r8 <http://code.google.com/p/csipsimple/source/detail?r=8> *Please provide any additional information below.* Kindly help me to resolve this issue. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
