解决module not specified

第一次尝试

Android studio3 报错module not specified解决方案

2018年11月22日 18:12:36 _LichKing_ 阅读数 1087 标签: androidandroid studio 更多

个人分类: Android

说一下我的环境:
Android Studio 3.2.1
Build #AI-181.5540.7.32.5056338, built on October 9, 2018
JRE: 1.8.0_152-release-1136-b06 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 7 6.1

build完之后无法run,报错 module not specified

解决方法:
左上角 File ——》 Project Structure——》绿色的加号——》android library 剩下的default finish——》File——》Invalidate Caches/Restart 重启即可出现自己的module

你可能感兴趣的:(解决module not specified)