1.Android系统版本>=8.0,直接使用指令adb bugreport,例如:adb bugreport > C:\Users\ymlu\Desktop\bugreport.txt

2.针对Android系统版本<8.0,终端切至路径C:\Users\ymlu\Desktop\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x86_64-20140702\sdk\platform-tools下面,运行adb.exe;然后运行adb bugreport即可

备注:上官网http://www.android-studio.org/,切至http://www.android-studio.org/页面,下载ADT,解压后,可以直接使用。

相关文章:

  • 2021-06-02
  • 2021-06-03
  • 2021-09-27
  • 2021-05-05
  • 2022-02-09
  • 2022-02-03
猜你喜欢
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
  • 2022-02-08
  • 2021-12-28
  • 2022-01-23
相关资源
相似解决方案