- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我运行 ionic capacitor run android
命令,要在 Android Studio 中启动我的应用程序,我收到错误消息:
Unable to launch Android Studio." You must configure "linuxAndroidStudioPath" in your capacitor.config.json to point to the location of studio.sh, using JavaScript-escaped paths: example: { "linuxAndroidStudioPath": "/usr/local/android-studio/bin/studio.sh" }
最佳答案
首次运行 whereis android-studio
在您的终端中。此命令将返回您的 android studio 的路径。
我的是 /snap/android-studio/current/android-studio/bin/studio.sh
.我从 ubuntu 软件商店安装了 android-studio。愿您通过不同的来源安装在不同的位置。
然后添加"linuxAndroidStudioPath": "/snap/android-studio/current/android-studio/bin/studio.sh"
在位于项目根目录的capacitor.config.json 中。
替换 /snap/android-studio/current/android-studio/bin/studio.sh
通过你的路径。由 whereis android-studio
退回给您
我希望它会起作用。 请投票 .谢谢你
关于android-studio - 如何在 Ubuntu 上使用电容器在 android-studio 上运行 Ionic 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55481190/
我是一名优秀的程序员,十分优秀!