max上添加android驱动支持

 

用到的命令:

 命令方式最简单,键入如下两行命令你就可以实现对文件的现实和隐藏功能了。这个时候肯定会有童鞋问:“在哪里敲命令呢?”,Launchpad——其他——终端,打开之后就可以键入命令了。

  显示:defaults write com.apple.finder AppleShowAllFiles -bool true

  隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false

 

 

查看链接设备vendor id

system_profiler SPUSBDataType

 

修改adb。。

 

/Users/pandans/.android/adb_usb.ini

 

相关文章:

  • 2022-02-10
  • 2022-01-19
  • 2021-11-02
  • 2021-08-09
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
猜你喜欢
  • 2021-12-08
  • 2022-01-05
  • 2021-06-06
  • 2021-07-09
  • 2021-05-25
  • 2021-12-10
  • 2022-12-23
相关资源
相似解决方案