airbnb / mavericks

Mavericks: Android on Autopilot
https://airbnb.io/mavericks/
Apache License 2.0
5.85k stars 499 forks source link

MavericksMockPrinter: command not found #577

Closed fivelayer closed 3 years ago

fivelayer commented 3 years ago

According to the documentation, I downloaded mock_generation/MavericksMockPrinter from the git repository. image

Then put this file in the project root and run ./MavericksMockPrinter from the command line. At this time, there was a permission denied, so I tried sudo ./MavericksMockPrint, but I got a command not found error.

Do Ineed anything extra?

elihart commented 3 years ago

You likely need to set the file to have executable permissions, which will be OS dependent.