Add ADB to PATH on MAC

In order to add adb to PATH on MAC we need to find the Android SDK platform tools path first. You can refere the following blog for finding platform-tools path Le’s say the platform-tools path you got is: /Users/<username>Library/Android/sdk/platform-tools. You need to run the following command to set the PATH on MAC: If you are … Continue reading Add ADB to PATH on MACMore