I'm trying to use fastlane for andrid app and I have this problem in this fastlane command for screengrab:
bundle exec fastlane screengrab
and Im getting this error while using screengrab:
[13:42:12]: The
adb
command could not be found relative to your provided ANDROID_HOME at C:/Users/Ramin/AppData/Local/Android/ Sdk [13:42:12]: Please ensure that the Android SDK is installed and the platform-tools directory is present[!] adb command not found
I have seen the same question before. But the problem remains open. Is there any update?
You have to add adb to your path, i.e. via the environment variables on Windows. Then restart the command line and try again.