Next I will take the configuration steps in the Mac environment:
1. Start the terminal Tool
2. Enter Cd ~ /Enter the home directory of the current user
3. Create: Touch. bash_profile4. Open and edit: open. bash_profile
5. Write the following in the file: Export path =$ {path}:/users/sxpmg/application/android-sdk-mac_x86/tools:/users/sxpmg/application/android-sdk-mac_x86/platform-Tools
Where:/users/sxpmg/application/android-sdk-mac_x86/tools is not fixed, it points to the android SDK tools directory, /users/sxpmg/application/android-sdk-mac_x86/platform-tools point to the platform-tools directory of the android SDK, also depends on the specific situation. This is only the path used for configuration.
6. Run the following command: source. bash_profile
7. Verification: Enter ADB and press Enter. If the command not found is not displayed, the command is valid and the environment is highlighted.