最近从eclipse转向了android studio,遇到一些问题,在这里提供出来给大家参考一下。
Cannot start
compilation: the
output path is not specified for module "***" Specify the
output path in Configure Project.
解决方法:
1. 打开project structure->project, 在右侧project compiler output目标路径文件夹,通常是"\Workspace Intelij\\project_name\\out";
2. 打开(project structure->)module, 在paths栏中选择Inherit project compiler output path,确定即可;

本文介绍了在使用Android Studio过程中遇到的“输出路径未指定”错误,并提供了详细的解决方案,包括如何设置正确的编译输出路径。
1713

被折叠的 条评论
为什么被折叠?



