How do I fix this error: Task ‘wrapper’ not found in project ‘:app’

This is because your build.gradle file doesn’t have a wrapper task. Add this code to build.gradle:

task wrapper(type: Wrapper){
   gradleVersion = '7.2'
}

You can replace 7.2 with the gradle version you want, then run gradle wrapper task.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)