Android Studio 错误:Debugger process finished with exit code 127

1.错误信息

Android Studio 4.2.2 调试、运行c代码时报错 如下:

  debugger process finished with exit code 127

2.解决办法

  https://stackoverflow.com/questions/67602854/android-studio-debugger-process-finished-with-exit-code-127

  sudo apt install libncurses5

如不行:再安

  sudo apt install ia32-libs

注: libncurses有多个版本,我是安装5解决的问题。

  

 

posted @ 2021-07-24 09:37  f9q  阅读(783)  评论(0)    收藏  举报