Could not find method jcenter() for arguments [] on object of type org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository

Hello, I am trying to mod PD in android studio, but I always get this error:

Caused by: org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method jcenter() for arguments [] on object of type org.gradle.api.internal.artifacts.repositories.DefaultMavenArtifactRepository.

Do you know how to solve it? If so, could you help me? thanks.

You should probably add a bit more information.
What is PD?
How does the build script look like?
What is the full error including stack trace?
Does it also happen on command line?
…?