Note that there are some explanatory texts on larger screens.

plurals
  1. PODebugging native code in android under eclipse fails
    text
    copied!<p>I'm trying to debug the native code in the "csipsimple" android app using the <code>Debug As-&gt;Android Native Application</code> option. I used <a href="http://tools.android.com/recent/usingthendkplugin" rel="nofollow noreferrer">this</a> tutorial to do it. I keep getting these errors:</p> <pre><code>[2013-06-09 17:24:24 - SipHome] Unknown Application ABI: [2013-06-09 17:24:24 - SipHome] Android [2013-06-09 17:24:24 - SipHome] Unknown Application ABI: [2013-06-09 17:24:24 - SipHome] NDK: [2013-06-09 17:24:24 - SipHome] Unknown Application ABI: [2013-06-09 17:24:24 - SipHome] Uses [2013-06-09 17:24:24 - SipHome] Unknown Application ABI: [2013-06-09 17:24:24 - SipHome] local [2013-06-09 17:24:24 - SipHome] Unknown Application ABI: [2013-06-09 17:24:24 - SipHome] settings [2013-06-09 17:24:24 - SipHome] Unknown Application ABI: [2013-06-09 17:24:24 - SipHome] [2013-06-09 17:24:24 - SipHome] Unknown Application ABI: [2013-06-09 17:24:24 - SipHome] [2013-06-09 17:24:24 - SipHome] Unknown Application ABI: [2013-06-09 17:24:24 - SipHome] [2013-06-09 17:24:24 - SipHome] Unknown Application ABI: [2013-06-09 17:24:24 - SipHome] armeabi [2013-06-09 17:24:24 - SipHome] Unable to detect application ABI's </code></pre> <p>I tried </p> <p><a href="https://stackoverflow.com/questions/12733125/unable-to-detect-application-abis-when-trying-to-debug-ndk">Unable to detect application ABI&#39;s when trying to debug NDK</a> (not relevant, I didn't use Sequoya),</p> <p><a href="http://www.cocos2d-x.org/boards/6/topics/24216" rel="nofollow noreferrer">http://www.cocos2d-x.org/boards/6/topics/24216</a> (didn't work)</p> <p><a href="https://groups.google.com/forum/?fromgroups#!topic/android-ndk/icsQtRy1FZQ" rel="nofollow noreferrer">https://groups.google.com/forum/?fromgroups#!topic/android-ndk/icsQtRy1FZQ</a> (worked mysteriously one time only)</p> <p><a href="http://www.mjbshaw.com/2012/11/android-ndk-eclipse-fixing-unknown.html" rel="nofollow noreferrer">http://www.mjbshaw.com/2012/11/android-ndk-eclipse-fixing-unknown.html</a> (not the problem)</p> <p><a href="http://en.it-usenet.org/thread/12874/17301/" rel="nofollow noreferrer">http://en.it-usenet.org/thread/12874/17301/</a> (didn't work)</p> <p>I'm using the ADT bundle v22 (eclipse 4.2.1), with the Android NDK r8e, under Ubuntu 12.10.</p> <p>csipsimple uses jni and swig to call the native code.</p> <p>I'm desperate, help me!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload