follow me icons

Sunday, February 24, 2019

MAC - could not find aapt Please set the ANDROID_HOME environment variable with the Android SDK Root directory path


An unknown server-side error occurred while processing the command. Original error: Could not find aapt Please set the ANDROID_HOME environment variable with the Android SDK root directory path. (Selenium::WebDriver::Error::UnknownError)
  UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not find aapt Please set the ANDROID_HOME environment variable with the Android SDK root directory path.
      at getResponseForW3CError (/Applications/Appium.app/Contents/Resources/app/node_modules/appium-base-driver/lib/protocol/errors.js:826:9)
      at asyncHandler (/Applications/Appium.app/Contents/Resources/app/node_modules/appium-base-driver/lib/protocol/protocol.js:447:37)
      at process._tickCallback (internal/process/next_tick.js:68:7)
  ./features/support/hooks.rb:2:in `Before'


To fix the issue:

export ANDROID_HOME="/Users/Users_name/Library/Android/sdk/"



No comments:

Post a Comment