android studio Unsupported Modules Detected: Compilation is not supported for following modules: foobar. の対処方法
android studioで↓みたいな警告が出続ける場合の対処法
Unsupported Modules Detected: Compilation is not supported for following modules: common_library.
Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.
原因と対処
おそらくstudioのバグ。
↓で解決できます。
- プロジェクトを閉じる
- android studioを閉じる
- .ideaディレクトリを削除する
- .imlファイルを全て削除する
- android studioを起動してプロジェクトを開く
ディスカッション
コメント一覧
まだ、コメントがありません