zoukankan      html  css  js  c++  java
  • adb报版本错误

    C:UsersAdministrator>adb devices
    List of devices attached
    adb server version (31) doesn't match this client (40); killing...
    could not read ok from ADB Server
    * failed to start daemon
    error: cannot connect to daemon

    一、版本报错

    在命令行中使用adb nodaemon server -a

    C:UsersAdministrator>adb nodaemon server -a
    adb I 08-01 09:43:24 13836 15900 auth.cpp:421] adb_auth_init...
    adb I 08-01 09:43:24 13836 15900 auth.cpp:174] read_key_file 'C:UsersAdministrator.androidadbkey'...
    adb I 08-01 09:43:25 13836 12588 transport.cpp:103] 201c1005: read thread spawning
    adb I 08-01 09:43:25 13836  3400 transport.cpp:116] 201c1005: write thread spawning
    adb I 08-01 09:43:25 13836 15900 auth.cpp:472] Calling send_auth_response
    adb I 08-01 09:43:25 13836 15900 adb.cpp:145] 201c1005: offline

    完美解决

    C:UsersAdministrator>adb devices
    List of devices attached
    201c1005        device

    二、sdk版本与第三方模拟器adb版本不对

    随手记记,每天成长一步。 唯有努力不会辜负自己!
  • 相关阅读:
    集合
    元组 与 字典
    列表
    练习题
    字符串的类型补充
    3月19号练习题及作业
    变量,用户交互的补充内容,以及数据内容
    Python 入门
    计算机基础
    决策树的概念及其训练
  • 原文地址:https://www.cnblogs.com/xiashang/p/9399548.html
Copyright © 2011-2022 走看看