我正在尝试从android开始,我无法在实际设备或虚拟设备上调试任何东西。我重新安装了安卓工作室,但这没有任何帮助。
下面是我尝试过的虚拟设备:
不管我做什么,模拟器的开启速度都很慢。这是我的一个错误:
11:53 PM Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release.
11:53 PM Emulator: audio: Failed to create voice `goldfish_audio_in'
11:53 PM Emulator: qemu-system-i386.exe: warning: opening audio input failed
11:53 PM Emulator: audio: Failed to create voice `adc'
11:54 PM Emulator: qemu-system-i386.exe: Unable to open C:\Users\simch\.android\avd\Pixel_XL_API_26.avd\data\misc\pstore\pstore.bin: Permission denied
11:54 PM ADB rejected shell command (getprop): closed然后我试着在一个实际的android设备上运行这个应用程序,但是android不认识它。物理电话说它处于USB调试模式,但是当我尝试从android运行这个应用程序时,它没有显示任何连接的设备。
发布于 2018-04-03 07:35:17
如果您使用真正的电话进行调试,我们应该检查下面的要点:
https://stackoverflow.com/questions/49624038
复制相似问题