我正在尝试通过选择在 Eclipse/ADT 中调试我的 android 应用程序:
调试为->Android 原生应用程序
但是,在构建后我得到:
gdbserver output:
run-as: exec failed for lib/gdbserver Error:Permission denied
Verify if the application was built with NDK_DEBUG=1
我确实在使用 NDK_DEBUG=1 构建
关于如何解决这个问题的任何想法,或者至少为什么会出现这种情况?
我正在尝试在机器人仿生 Android Ver 4.1.2 上调试应用程序
NDK 版本:r8e
我不确定要提供哪些额外信息,所以请随时询问。
编辑/解决!
我需要将清单中的 installLocation 属性更改为:
android:installLocation="internalOnly"
我不敢相信我在这上面花了多少时间...... :-(