找不到monkeyrunner命令

发布于 2024-12-15 18:04:03 字数 660 浏览 0 评论 0原文

我导航到我的工具目录

cd /home/username/android-sdks/tools

并运行它

monkeyrunner somescrip

,它说

monkeyrunner: command not found

我已经设置了 android 主路径,但这仍然不起作用,

有趣的是,当我输入 ls 命令时,我看到了 monekyrunner

dmtracedump   etc1tool         mksdcard           sqlite3
android            draw9patch    hierarchyviewer  monkeyrunner       traceview
ant                emulator      hprof-conv       NOTICE.txt         zipalign
apkbuilder         emulator-arm  layoutopt        proguard
ddms               emulator-x86  lib              source.properties

I navigate to my tools dir

cd /home/username/android-sdks/tools

and run the

monkeyrunner somescrip

and it says

monkeyrunner: command not found

I have the android home path set, but still this doesn't works

the interesting thing is that when I type ls command I see the monekyrunner

dmtracedump   etc1tool         mksdcard           sqlite3
android            draw9patch    hierarchyviewer  monkeyrunner       traceview
ant                emulator      hprof-conv       NOTICE.txt         zipalign
apkbuilder         emulator-arm  layoutopt        proguard
ddms               emulator-x86  lib              source.properties

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心作怪 2024-12-22 18:04:03

/home/username/android-sdks/tools 添加到 PATH,从该目录调用 ./monkeyrunner 或调用 /home/username/android-sdks/ tools/monkeyrunner 来自 somescrip 所在的目录(第一个是正确的解决方案)

add /home/username/android-sdks/tools to the PATH, call ./monkeyrunner from that directory or call /home/username/android-sdks/tools/monkeyrunner from the directory where somescrip is lcoated (the first is the correct solution)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文