android studio 问题1

在使用androidStudio中,经常导入其他的项目,有时候会出现以下错误:

 

rror:FAILURE: Build failed with an exception.

* What went wrong:
Task ‘‘ not found in root project ‘XXXX‘.

* Try:
Run gradle tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

 

找不到项目路径

打开project根目录的iml文件,在module 中修改为 

external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4"

就OK了, 设置一下 root project路径.

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。