当前位置:   article > 正文

【DevEco Studio】MacOS系统 DevEco报错NoSuchFileException: /Applications/DevEco-Studio.app/Contents/tools/g

【DevEco Studio】MacOS系统 DevEco报错NoSuchFileException: /Applications/DevEco-Studio.app/Contents/tools/g

【问题描述】

MacOS 系统中DevEco Studio从3.0.800版本更新至3.0.993版本,编译项目报错:

NoSuchFileException: /Applications/DevEco-Studio.app/Contents/tools/gradle/lib/plugins/gradle-diagnostics-7.3.jar

【解决方案】

删除User目录下的.gradle隐藏文件夹,重新编译。

PS:Mac系统中目录下显示隐藏文件的方法:

创建了两个shell脚本

show.sh

defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder

hide.sh

defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder

然后在.bash_profile中设置别名:

  1. alias show=/yourpath/show.sh
  2. alias hide=/youpath/hide.sh

source之后可以在终端中通过show和hide来隐藏和显示隐藏文件。

欲了解更多更全技术文章,欢迎访问https://developer.huawei.com/consumer/cn/forum/?ha_source=zzh

本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号