Android studio 提示 Error:module not specified

新建了个安卓项目,想要运行一下却提示module not specified
就是没有识别你的这个项目,没识别当然就不知道当前的项目是Android还是web…

1,在设置搜索gradle看看配置好没有

  • Android-studio设置里gradle版本必须与安卓Project下的build.gradle中的版本号一致
    官网下载一致的gradle版本配置到setting中

2,sync一下,下载项目依赖

It needs internet connection to download dependencies
Android studio 提示 Error:module not specified_第1张图片

3,build锤子锤一下,就OK
在这里插入图片描述

你可能感兴趣的:(安卓)