how to solve this error

FAILURE: Build failed with an exception.

  • Where:
    Build file ‘E:\codecanyon-0nHcynCn-animal-jigsaw-puzzle-game-for-kids-ready-for-publish-android\New Folder\AnimalJigsaw_Code_Document\AnimalJigsaw\proj.android\build.gradle’ line: 11

  • What went wrong:
    A problem occurred evaluating root project ‘proj.android’.

Could not find method implementation() for arguments [directory ‘libs’] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 0s
ERROR: Could not find method implementation() for arguments [directory ‘libs’] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
Open File

Could you post the content of your build.gradle file? You are doing something wrong in line 11, but without the build file it’s a bit difficult to say what :slight_smile:.

proj.android-studio.zip

here is the whole file showing multiple errors in gradle build kindly check and correct it and tell me about the problem and check other code errors too
and how to correct then to build new apk file

proj.android-studio.zip

here is the whole file showing multiple errors in gradle build kindly check and correct it and tell me about the problem and check other code errors too
and how to correct then to build new apk file

Well, I asked for the build file and you linked to a 800MB zip of the entire project. I did take a quick look at it to find the build file you mention didn’t work, but “proj.android\build.gradle” doesn’t exist.

I can help you with specific issues, but I am not going to try and get this huge, undocumented project to work for you. Maybe someone else could do you that favour though.