1.android Module not specified
今天做一个实验时出现:Android Studio Run/Debug configuration error: Module not specified,要想解决这个问题:
1、打开根目录的 settings.gradle,删除 include ':exampleapp'
2、在 Android Studio 上,点击 File --> Sync Project with Gradle files
3、同步后,把 include ':app' 重新写入 settings.gradle
4、重新运行 File --> Sync Project with Gradle files