2016.3 introduced a new compilation error Error:Module '*' production: java.lang.NoClassDefFoundError: com/google/common/base/Predicate
已回答
Ever since I upgraded to 2016.3, compilation of all projects yield the following error:
Error:Module '*' production: java.lang.NoClassDefFoundError: com/google/common/base/Predicate
请先登录再写评论。
Does it help if you enable Gradle plug-in? See http://www.jetbrains.com/idea/webhelp/enabling-and-disabling-plugins.html.
https://youtrack.jetbrains.com/issue/IDEA-160766 seems to be the case.
That solved it. Thank you!