如何在 Android Studio 的附加对话框中显示 AVD 的所有进程?
How to show all processes of an AVD in attach dialog of Android Studio?
根据 document,
If you're using an emulator or a rooted device, you can check Show all processes to see all processes.
但是,在我检查了“显示所有进程”之后,即使我满足了这两个条件,我也看不到除我自己的应用程序以外的任何系统进程:它是一个 AVD,并且由 https://github.com/newbit1/rootAVD.
有什么想法吗?我正在使用 Android Studio Arctic Fox Patch 4,AVD 是 运行 API 30.
既然没人知道答案,那我就自己回答吧。设置 属性
ro.debuggable
/default.prop 到 1,完成。
根据 document,
If you're using an emulator or a rooted device, you can check Show all processes to see all processes.
但是,在我检查了“显示所有进程”之后,即使我满足了这两个条件,我也看不到除我自己的应用程序以外的任何系统进程:它是一个 AVD,并且由 https://github.com/newbit1/rootAVD.
有什么想法吗?我正在使用 Android Studio Arctic Fox Patch 4,AVD 是 运行 API 30.
既然没人知道答案,那我就自己回答吧。设置 属性
ro.debuggable
/default.prop 到 1,完成。