Android Studio cannot resolve symbol but code executes correctly

前端 未结 9 2086
误落风尘
误落风尘 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 05:06

    I have faced this issue when IntelliJ IDEA got closed abruptly due to OS crash.

    You can do "File" -> "Invalidate Caches...", and select "Invalidate and Restart" option to fix this.

提交回复
热议问题