2

I am using AS version 0.5.4 on a Mac. Per bash profile PATH points to

export PATH=$PATH:/Applications/Android\ Studio.app/sdk/platform-tools/

When I cd to that directory, I can't find monkeyrunner. I also tried updating AS but that didn't help. Has anyone used monkeyrunner with AS? Any help shall be appreciated.

Thanks.

user3277846
  • 1,019
  • 1
  • 10
  • 15

1 Answers1

1

AS utilizes standalone Jython to run MonkeyRunner. Try to export your env PATH to: /Applications/Android\ Studio.app/sdk/tools

gung13
  • 23
  • 1
  • 5