Arthur
Arthur

Reputation: 789

Android studio 3 does not search for libraries dependencies

My Android studio stopped searching for library dependencies. I know that it's better and faster to add dependencies through build.gradle but sometimes it's easier to search from inner search window of android studio than googling it. For example, this is how retrofit search results looks likeenter image description here

This bug appeared after upgrade to Android studio 3

Does anyone know how to solve this problem?

Upvotes: 2

Views: 770

Answers (1)

Andrew Anon
Andrew Anon

Reputation: 26

I don't know if it actual now, but try to update Android Strudio. After that type in the latest version of gradle in Project Structure -> in field Gradle Version. I've fixed it with 4.4 Gradle version. It may take a while (rebuilding current project by cliking "try now" and restarting studio several times), but at the end you have chance to fix that and search libraries in dependencies. Idk if it will help you, but it helped me.

Upvotes: 1

Related Questions