Error with ndk-gdb of android-ndk-r9d-linux-x86 in ubuntu 12.04

偶尔善良 提交于 2019-12-05 06:10:12

I believe 'ndk-gdb' has been deprecated in favor of 'ndk-gdb.py' (although this has not been widely advertised, IMO.) Using r9d, I had the same problem you reported above, but the python version worked without issue.

WARNING: The shell running this script isn't bash. Although we try to avoid bashism in scripts, things can happen. --- This means you are using something like dash.

Change /bin/sh to /bin/bash will solve the warning and the "bad substitution" problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!