Android Studio cannot resolve symbol but code executes correctly

前端 未结 9 2044
误落风尘
误落风尘 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:03

    For me worked only

    File -> Open -> and click build.gradle to reopen project

提交回复
热议问题