Android Studio inline compiler showing red errors, but compilation with gradle works fine

后端 未结 27 1143
[愿得一人]
[愿得一人] 2020-11-29 19:22

I\'ve set up my project in Android Studio to use the Square Wire library, as per this question.

Build -> Compile Project works fine.

<
27条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 19:37

    The following steps helps

    1. Close your project, and in your project folder delete project/.idea
    2. Delete ~/.gradle folder.

    Open the project again. Everything should be solved.

提交回复
热议问题