Hey there! I am trying to follow these instructions provided by Bitrise:
Particularly step 4 with this code:
$ANDROID_HOME/platform-tools/adb shell “screenrecord /sdcard/video.mp4 --verbose” &> $BITRISE_DEPLOY_DIR/logs.txt &
disown
The step “Passes” but in the logs.txt provided, it outputs:
“/system/bin/sh: screenrecord: not found”
Does anybody have any ideas why screenrecord is not working? I have tried things like “Install missing Android components” step before as well.