Windows ndk8e调试错误“;无法检测应用程序ABI';s";

Windows ndk8e调试错误“;无法检测应用程序ABI';s";,windows,debugging,android-ndk,Windows,Debugging,Android Ndk,操作系统:Windows8 x64 Eclipse:ADT包形式 NDK:NDK8e适用于Windows 64,来自 我将Windows/Preference/Android/NDK设置为corect-NDK路径 我所做的: 将hello jni sampe从%Android NDK%/示例导入Eclipse 在AndroidManifext.xml中修改 至 添加本机支持 右键单击项目,Android工具/添加本机支持 打开调试 右键单击项目属性/“C/C++构建”/“构建设置”,将构建命令

操作系统:Windows8 x64

Eclipse:ADT包形式

NDK:NDK8e适用于Windows 64,来自

我将Windows/Preference/Android/NDK设置为corect-NDK路径

我所做的:

  • 将hello jni sampe从%Android NDK%/示例导入Eclipse

  • 在AndroidManifext.xml中修改

  • 添加本机支持

    右键单击项目,Android工具/添加本机支持

  • 打开调试

    右键单击项目属性/“C/C++构建”/“构建设置”,将构建命令修改为“ndk build ndk_DEBUG=1”

  • 在C代码中设置断点

  • 调试为/Android本机应用程序

我用电脑做这件事。但是有两条错误消息

一个像贝娄:

[2013-06-12 00:03:09 - HelloJni] Unknown Application ABI:

[2013-06-12 00:03:09 - HelloJni] [2013-06-12 00:03:09 - HelloJni] Unable to detect application ABI's
warning: Could not load shared library symbols for 73 libraries, e.g. /system/binnker.

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 retry eventurally.  Meanwhile, it is likely

that GDB is unable to debug shared library initializers

or resolve pending breakpoints after dlopen(). 
另一个像贝娄:

[2013-06-12 00:03:09 - HelloJni] Unknown Application ABI:

[2013-06-12 00:03:09 - HelloJni] [2013-06-12 00:03:09 - HelloJni] Unable to detect application ABI's
warning: Could not load shared library symbols for 73 libraries, e.g. /system/binnker.

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 retry eventurally.  Meanwhile, it is likely

that GDB is unable to debug shared library initializers

or resolve pending breakpoints after dlopen(). 

产生此类消息的原因之一可能是项目根目录中.xml或.properties文件中的不规则CRLF。

在将示例导入eclipse后,是否编辑了
project.properties
文件或
AndroidManifest.xml
文件?接下来我会做一些事情。修改AndroidManifext.xmlI在新线程中发布了更多详细信息我不明白为什么你打开了一个新问题而不是更新旧问题。我在重新安装系统后解决了这个问题。我现在还不知道原因的详细信息。
无法加载73个库的共享库符号
很正常,您的设备上确实没有系统库的符号信息。