A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution

前端 未结 30 1808
南旧
南旧 2020-12-12 20:01

All of sudden I start getting this error, and I am not getting idea why if anyone just let me know where this error is, will be enough helpful. As much I am able to get is t

30条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 20:25

    Android Studio's UI was just hiding the error...

    when the error occurred, it highlighted the item in the list view, and showed an unhelpful message in the terminal view.

    to find the real error, select the root item in the list view so that Android Studio would display the whole build output in the terminal view, then scroll to find error.

提交回复
热议问题