I had the same problem, the first thing that came onto mind was about repositories. So iI checked build.gradlethe build.gradle file for the whole project and added below linesthe following code, then synchronized the gradle with project and problem was solved! Hope will help someone else.
allprojects { repositories { jcenter() } }