Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android 2.3,ndk 8 我在 google 上搜索了很多文章,但没有给出任何结果 请告诉我在 Eclipse 中使用 ndk r8d 调试本机代码 JNI/c++ 应用程序的简单步骤
ASAIK 有一个缺点,你不能调试 Android 项目的 JNI 部分,是的,你可以做一件事,就是将 Android Debug 放在 JNI 类中你想要响应的地方
__android_log_print(ANDROID_LOG_ERROR, "TRACKERS", "%s", Str);
包含以下内容
#include <android/log.h>