Android Studio does not recognize Gradle libraries

-1

I've taken a project that has several external dependencies, such as facebook's lib, even some of the android support itself. The design normally compiles and rotates perfectly on the device. The problem is that all of these references when used in the code are not found by the IDE, example in the screenshot below

    
asked by anonymous 10.05.2018 / 22:20

1 answer

0

If it works normally even if it does, go to your Android Studio:

  • Click "File"
  • Then in "Invalidate caches / restart"
  • And finally check "Invalidate and Restart"
10.05.2018 / 22:33