
# 云手机ADB连接出错如何处理？
云手机ADB工具集成隧道连接服务，所有的云手机建连过程都依赖隧道服务能够正常运行，您可使用**adb kill-server** 和**adb start-server**命令重启ADB及云手机隧道连接服务。同时，您需要检查系统环境变量PATH中是否存在其它版本ADB工具所在路径，若存在，需要将其它版本ADB工具移除。
其他常见配置错误如下：
- **错误: Error file config.json doesn't exist, should in the same path as adb.**
  config.json配置文件需要与adb在同级目录下。
  
- **错误: Error key pair file C:\\Users\\Administrator\\Desktop\\adb\\keypair.pem doesn't exist in config.json.**
  密钥文件不存在，检查密钥文件路径是否正确。
  
- **错误: Error invalid character 'U' in string escape code in config.json.**
  密钥文件路径名不合法，Windows平台下需要使用\\\\分割，例如：C:\\\\Users\\\\Administrator\\\\Desktop\\\\adb\\\\keypair.pem
  
- **错误: Error access key id is empty in config.json.**
  AK未提供，参考[获取AK/SK](https://support.huaweicloud.com/devg-apisign/api-sign-provide.html#api-sign-provide__section5742192219435)。
  
- **错误: Error access secret key is empty in config.json.**
  SK未提供，参考[获取AK/SK](https://support.huaweicloud.com/devg-apisign/api-sign-provide.html#api-sign-provide__section5742192219435)。
  
 
