Android Studio Run/Debug configuration error: Module not specified

如下图,配置时没有module可选,因此报错error: Module not specified

Android Studio Run/Debug configuration error: Module not specified

 

 

解决方法:

1、打开根目录的settings.gradle,删除include ':app'

2、在Android Studio上,点击File --> Sync Project with Gradle files

3、同步后,把include ':app'重新写入settings.gradle

4、重新运行File --> Sync Project with Gradle files

END------------------- 

上一篇:pycharm ui 转换为ui 报 Error: one input ui-file must be specified


下一篇:Cannot start compilation: the output path is not specified for module "salesystem". Specif