且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Android Studio Debugger 进程已完成,退出代码为 127

更新时间:2022-04-11 06:05:19

我已经通过安装 'libncurses5' 和 'ia32-libs' 包解决了这个问题

I've solved that by installing 'libncurses5' and 'ia32-libs' packages

这是一个已知问题,在 android 开发者的官方页面上提供.这是链接 https://developer.android.com/studio/known-issues?hl=de#native_debugger_crashes_with_debugger_process_finished_with_exit_code_127

This is a known issue and is provided on the android developer's official page. Here is the link https://developer.android.com/studio/known-issues?hl=de#native_debugger_crashes_with_debugger_process_finished_with_exit_code_127

事实证明这是 Linux 特定的问题,因为 Linux 使用升级的libncurses6",而 android studio 使用运行调试器所需的libncurses5".

It turns out it's a Linux-specific issue and is because Linux uses upgraded 'libncurses6' and android studio uses 'libncurses5' required to run the debugger.