Error de depuración ADT20 NDK

He estado desarrollando algún código nativo bajo ndk de android, y tenía la necesidad de depurar, ofcourse.

Utilicé la vista previa 3 del ADT20 y las herramientas correspondientes pero luego la actualización oficial salió así que descargé una versión limpia de Eclipse, SDK, ADT y NDK (crystax build, que también usé con la vista previa y funcionó bien) pero ahora No puedo conectar el depurador. Lo que veo en la consola es lo siguiente:

warning: .dynamic section for "/home/user/Development/Projects/MyDevProject/Android/ProjectName/obj/local/armeabi/libcrypto.so" is not at the expected address (wrong library or version mismatch?) warning: Could not load shared library symbols for 63 libraries, eg /system/bin/linker. Use the "info sharedlibrary" command to see the complete listing. Do you need "set solib-search-path" or "set sysroot"? warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. [New Thread 1614] [New Thread 1617] [New Thread 1618] [New Thread 1619] [New Thread 1620] [New Thread 1621] [New Thread 1622] [New Thread 1623] [New Thread 1624] No symbol table is loaded. Use the "file" command. No symbol table is loaded. Use the "file" command. No symbol table is loaded. Use the "file" command. No symbol table is loaded. Use the "file" command. No symbol table is loaded. Use the "file" command. 

Confirmo que tengo NDK_DEBUG = 1 definido y toda la instalación de cosas, ya que usé esta configuración la semana pasada y funcionó como un encanto.

¿Algunas ideas?

FlipAndroid es un fan de Google para Android, Todo sobre Android Phones, Android Wear, Android Dev y Aplicaciones para Android Aplicaciones.