android studio 模拟器 adb 问题

android studio 模拟器 adb 问题

我第一次在 ubuntu 机器上安装 android studio

操作系统:Ubuntu Studio 20.04.2

CPU:4 核,G3,酷睿 i5,1500

内存:8GB

BOIS:HP v2.90 PC

当我尝试启动模拟器时,我发现了这个

The emulator process for AVD Nexus_7_2012_API_19 has terminated.

截屏


日志

--- adb starting (pid 3676) --- adb I 08-12 09:43:44  3676  3676 main.cpp:63] Android Debug Bridge version 1.0.41 adb I 08-12 09:43:44 
3676  3676 main.cpp:63] Version 31.0.3-7562133 adb I 08-12 09:43:44 
3676  3676 main.cpp:63] Installed as
/home/dark/Android/Sdk/platform-tools/adb adb I 08-12 09:43:44  3676 
3676 main.cpp:63]  adb I 08-12 09:43:44  3676  3676 auth.cpp:417]
adb_auth_init... adb I 08-12 09:43:44  3676  3676 auth.cpp:152] loaded
new key from '/home/dark/.android/adbkey' with fingerprint
85035B085F7989AE48877D66995C7B2E9BCECC5CAAB100B1B871A95B049A56C4 adb I
08-12 09:43:44  3676  3676 auth.cpp:392] adb_auth_inotify_init...
--- adb starting (pid 4554) --- adb I 08-12 09:50:44  4554  4554 main.cpp:63] Android Debug Bridge version 1.0.41 adb I 08-12 09:50:44 
4554  4554 main.cpp:63] Version 31.0.3-7562133 adb I 08-12 09:50:44 
4554  4554 main.cpp:63] Installed as
/home/dark/Android/Sdk/platform-tools/adb adb I 08-12 09:50:44  4554 
4554 main.cpp:63]  adb I 08-12 09:50:44  4554  4554 auth.cpp:417]
adb_auth_init... adb I 08-12 09:50:44  4554  4554 auth.cpp:152] loaded
new key from '/home/dark/.android/adbkey' with fingerprint
85035B085F7989AE48877D66995C7B2E9BCECC5CAAB100B1B871A95B049A56C4 adb I
08-12 09:50:44  4554  4554 auth.cpp:392] adb_auth_inotify_init... adb
server killed by remote request
--- adb starting (pid 4636) ---

这些问题和答案对我没有帮助


如何修复这个错误?

相关内容