1.今天要使用adb install XXX.apk 通过mac把apk文件放在安卓手机里,但是遇到报错如下

adb install apk 到安卓上报错adb: error: failed to get feature set: no devices/emulators found

 

 2.检查了连接的 USB的手机是允许传输文件,

3.手机也打开了开发这模式

4.许久,发现原因,没有打开USB 调试模式在安卓手机上

https://jingyan.baidu.com/article/7f41ececed5544593d095ccb.html

6.解决,安卓端安装成功

adb install apk 到安卓上报错adb: error: failed to get feature set: no devices/emulators found

 

相关文章:

  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2021-12-17
  • 2022-01-16
  • 2021-04-12
  • 2021-10-16
猜你喜欢
  • 2021-08-07
  • 2022-01-08
  • 2022-01-17
  • 2021-12-20
  • 2022-12-23
  • 2021-10-09
  • 2021-10-03
相关资源
相似解决方案