Android Studio cannot resolve symbol but code executes correctly

前端 未结 9 2082
误落风尘
误落风尘 2020-11-27 04:06

I have recently created a library Jar file that I imported in my Android project. I am able to call functions and use classes that are present in this Jar file, but Android

9条回答
  •  情书的邮戳
    2020-11-27 04:50

    This was always happening to me after switching branches on my current project: a lot of non-sense erros being reported by the IDE.

    The solution is to modify and force a build.gradle synchronization.

提交回复
热议问题