Android studio Error “Unsupported Modules Detected: Compilation is not supported for following modules”

前端 未结 30 2614
无人及你
无人及你 2020-11-28 00:32

I am using Android studio 1.0.1. I have a java module referred by other modules in my project. I have checked it out from SVN But now every

Unsupported Modu

30条回答
  •  南笙
    南笙 (楼主)
    2020-11-28 01:07

    First of all you should update to Android Studio 1.2 Source: https://code.google.com/p/android/issues/detail?id=77983

    Then you should go to File -> Invalidate Caches / Restart -> Invalidate Caches & Restart.

    Then try to build the application again.

提交回复
热议问题