Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/229.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
android 2.3 emulator在adb shell停止然后启动后挂起_Android_Emulation_Adb_Logcat - Fatal编程技术网

android 2.3 emulator在adb shell停止然后启动后挂起

android 2.3 emulator在adb shell停止然后启动后挂起,android,emulation,adb,logcat,Android,Emulation,Adb,Logcat,在Android2.2中,我能够启动模拟器,然后运行“adb shell stop”“adb shell start”让模拟器重新启动。由于更改为android 2.3,模拟器将不会启动,logcat将挂起以下消息: 设置设置表“安全”行的Provider缓存=27;fullycached=true qemud fdhandler_accept_事件:在fd 9上接受 qemud创建了在fd 11上侦听的客户端0x11f88 qemud客户端\u fd\u接收:正在尝试注册服务“硬件控制” qe

在Android2.2中,我能够启动模拟器,然后运行“adb shell stop”“adb shell start”让模拟器重新启动。由于更改为android 2.3,模拟器将不会启动,logcat将挂起以下消息:

设置设置表“安全”行的Provider缓存=27;fullycached=true qemud fdhandler_accept_事件:在fd 9上接受 qemud创建了在fd 11上侦听的客户端0x11f88 qemud客户端\u fd\u接收:正在尝试注册服务“硬件控制” qemud客户端\u fd\u接收:->接收到的通道id 5 设置设置表“系统”行的Provider缓存=45;fullycached=true


我正在使用eclipse,谢谢您的帮助

这可能是一个问题,其中一个长时间运行的流程通过qemu HW模拟重新建立自己。终止进程
/system/bin/qemud
,然后启动模拟器

台阶

  • adb外壳停止装置
  • adb shell ps
    (获取
    /system/bin/qemud
    的pid)
  • adb kill
  • adb外壳启动

  • 其中一个长时间运行的流程可能会出现问题,需要通过qemu HW模拟重新建立自己。终止进程
    /system/bin/qemud
    ,然后启动模拟器

    台阶

  • adb外壳停止装置
  • adb shell ps
    (获取
    /system/bin/qemud
    的pid)
  • adb kill
  • adb外壳启动

  • 这会启动模拟器,但是我没有网络。有什么办法可以修复吗?这会启动模拟器,但是我没有网络。有人来修吗?