Android Studio cannot resolve symbol but code executes correctly

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

    Try adding the library to the Project Structure.

    To do this, on the menu choose File -> Project Structure. Select the Libraries option and click the green + to add your library.

提交回复
热议问题