在使用mac进行android开发之前,我们一般会安装android studio 或者 eclipse,无论哪一款开发软件,都少不了安装adb(Android Debug Bridge).adb(Android Debug Bridge)是调试Android真机的工具,只有安装了它,才能将你的Mac上开发的Android程序直接在真机上运行:
对于android studio而言,默认的adb路径为:~/Library/Android/sdk/platform-tools
注意:路径中"~&…