首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >终端不停地说./studio.sh在Linux中找不到

终端不停地说./studio.sh在Linux中找不到
EN

Stack Overflow用户
提问于 2015-01-24 11:54:23
回答 1查看 1.2K关注 0票数 0

当我运行./studio.sh时,由于某种原因,我得到了这个错误:

代码语言:javascript
运行
复制
`./studio.sh
 ./studio.sh: 1: ./studio.sh: which: not found
 ./studio.sh: 1: ./studio.sh: which: not found
 ./studio.sh: 1: ./studio.sh: which: not found
 ./studio.sh: 1: ./studio.sh: which: not found
 ./studio.sh: 1: ./studio.sh: which: not found
 ./studio.sh: 1: ./studio.sh: which: not found
 ./studio.sh: 1: ./studio.sh: which: not found
 ./studio.sh: 1: ./studio.sh: which: not found
 ./studio.sh: 1: ./studio.sh: which: not found
 ./studio.sh: 1: ./studio.sh: which: not found
 ERROR: Cannot start Android Studio
 Required tools are missing - check beginning of "./studio.sh" file for details.`
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-01-24 13:17:38

看来您没有安装which工具。

它应该包含在debianutils包中。

试着安装:

sudo apt-get install debianutils

或重新安装:

sudo apt-get install --reinstall debianutils

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/28125191

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档