- Mobile Test Automation with Appium
- Nishant Verma
- 45字
- 2021-07-02 20:34:37
Installing Android SDK (using Homebrew) (Optional)
You can also choose to install Android SDK using Homebrew (the brew install android-sdk command). This installs the Android SDK in the /usr/local/Cellar/android-sdk/{YOUR_SDK_VERSION_NUMBER} path, so ANDROID_HOME should point to the installed location.
推薦閱讀