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

后端 未结 27 1113
[愿得一人]
[愿得一人] 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:57

    I had a similar issue before, invalidating cache and restarting didn't resolve it. I just did a Gradle Sync and everything worked fine.

提交回复
热议问题