Failed to build cats_vs_dogs app with android studio koala and gradle 8.5 : Unable to load class 'org.gradle.initialization.BuildCompletionListener'

Unable to load class ‘org.gradle.initialization.BuildCompletionListener’
org.gradle.initialization.BuildCompletionListener

Gradle’s dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)

Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.

Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.

In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

My android sutdio version : Android Studio Koala | 2024.1.1
Build #AI-241.15989.150.2411.11948838, built on June 10, 2024
Runtime version: 17.0.10+0-17.0.10b1087.21-11609105 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.

cats_vs_dogs app uses : classpath ‘com.android.tools.build:gradle:3.4.2’
and my gradle version is : 8.5

github/tensorflow-2-public/C2_Device-based-TF-lite/W2/ungraded_labs/android_apps/cats_vs_dogs/gradlew --version

Welcome to Gradle 8.5!

Here are the highlights of this release:

  • Support for running on Java 21
  • Faster first use with Kotlin DSL
  • Improved error and warning messages

For more details see Gradle 8.5 Release Notes


Gradle 8.5

Build time: 2023-11-29 14:08:57 UTC
Revision: 28aca86a7180baa17117e0e5ba01d8ea9feca598

Kotlin: 1.9.20
Groovy: 3.0.17
Ant: Apache Ant™ version 1.10.13 compiled on January 4 2023
JVM: 11.0.9.1 (AdoptOpenJDK 11.0.9.1+1)
OS: Mac OS X 10.16 x86_64

Can you help me please ? I don’t know if I should upgrade classpath in build.gradle or if I should downgrade my gradle installed version.

Best regards,
Thierry

I have tried to update in build.gradle :
ext.kotlin_version = ‘1.9.20’
classpath ‘com.android.tools.build:gradle:8.5.0’

=> it fails to build and run into emulator : pixel 3 API 30

installed sdk : android 11

  • failed
  • Download info
  • The ‘kotlin-android-extensions’ Gradle plugin is no longer supported. Please use this migration guide (Cómo migrar de sintéticos de Kotlin a vinculación de vistas de Jetpack  |  Android Developers) to start working with View Binding (View binding  |  Android Developers) and the ‘kotlin-parcelize’ plugin.
  • java.lang.RuntimeException: org.gradle.api.reflect.ObjectInstantiationException: Could not create an instance of type com.android.build.api.variant.impl.ApplicationVariantImpl.
  • org.gradle.api.reflect.ObjectInstantiationException: Could not create an instance of type com.android.build.api.variant.impl.ApplicationVariantImpl.
  • com.android.builder.errors.EvalIssueException: Namespace not specified. Specify a namespace in the module’s build file: /Users/etpe7363/Documents/github/tensorflow-2-public/C2_Device-based-TF-lite/W2/ungraded_labs/android_apps/cats_vs_dogs/app/build.gradle. See Configure the app module  |  Android Studio  |  Android Developers for information about setting the namespace.
  • org.gradle.internal.snapshot.impl.IsolationException: Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@5762b5fa of type BuildFlowService.Parameters
  • org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ‘:app’.
  • java.lang.RuntimeException: org.gradle.api.reflect.ObjectInstantiationException: Could not create an instance of type com.android.build.api.variant.impl.ApplicationVariantImpl.
  • org.gradle.api.reflect.ObjectInstantiationException: Could not create an instance of type com.android.build.api.variant.impl.ApplicationVariantImpl.
  • com.android.builder.errors.EvalIssueException: Namespace not specified. Specify a namespace in the module’s build file: /Users/etpe7363/Documents/github/tensorflow-2-public/C2_Device-based-TF-lite/W2/ungraded_labs/android_apps/cats_vs_dogs/app/build.gradle. See ضبط وحدة التطبيق  |  Android Studio  |  Android Developers for information about setting the namespace.
  • Namespace not specified

Executing tasks: [:app:assembleDebug] in project /Users/etpe7363/Documents/github/tensorflow-2-public/C2_Device-based-TF-lite/W2/ungraded_labs/android_apps/cats_vs_dogs

Starting Gradle Daemon…
Gradle Daemon started in 1 s 653 ms

Configure project :app
Error: The ‘kotlin-android-extensions’ Gradle plugin is no longer supported. Please use this migration guide (Migrate from Kotlin synthetics to Jetpack view binding  |  Android Developers) to start working with View Binding (Wyświetl powiązanie  |  Android Developers) and the ‘kotlin-parcelize’ plugin.

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

  • What went wrong:
    A problem occurred configuring project ‘:app’.

Could not create an instance of type com.android.build.api.variant.impl.ApplicationVariantImpl.
Namespace not specified. Specify a namespace in the module’s build file: /Users/etpe7363/Documents/github/tensorflow-2-public/C2_Device-based-TF-lite/W2/ungraded_labs/android_apps/cats_vs_dogs/app/build.gradle. See Configure the app module  |  Android Studio  |  Android Developers for information about setting the namespace.

 If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant.
  • Try:

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.

  • Exception is:
    org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ‘:app’.

Caused by: com.android.builder.errors.EvalIssueException: Namespace not specified. Specify a namespace in the module’s build file: /Users/etpe7363/Documents/github/tensorflow-2-public/C2_Device-based-TF-lite/W2/ungraded_labs/android_apps/cats_vs_dogs/app/build.gradle. See Configure the app module  |  Android Studio  |  Android Developers for information about setting the namespace.

If you’ve specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to Android Gradle eklentisi Yükseltme Asistanı'nı kullanma  |  Android Studio  |  Android Developers for general information about using the AGP Upgrade Assistant.

==============================================================================

2: Task failed with an exception.

  • What went wrong:
    Failed to query the value of property ‘buildFlowServiceProperty’.

Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@5762b5fa of type BuildFlowService.Parameters
A problem occurred configuring project ‘:app’.
Could not create an instance of type com.android.build.api.variant.impl.ApplicationVariantImpl.
Namespace not specified. Specify a namespace in the module’s build file: /Users/etpe7363/Documents/github/tensorflow-2-public/C2_Device-based-TF-lite/W2/ungraded_labs/android_apps/cats_vs_dogs/app/build.gradle. See Configure the app module  |  Android Studio  |  Android Developers for information about setting the namespace.

       If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant.
  • Try:

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.

  • Exception is:
    org.gradle.api.internal.provider.AbstractProperty$PropertyQueryException: Failed to query the value of property ‘buildFlowServiceProperty’.

Caused by: com.android.builder.errors.EvalIssueException: Namespace not specified. Specify a namespace in the module’s build file: /Users/etpe7363/Documents/github/tensorflow-2-public/C2_Device-based-TF-lite/W2/ungraded_labs/android_apps/cats_vs_dogs/app/build.gradle. See Configure the app module  |  Android Studio  |  Android Developers for information about setting the namespace.

If you’ve specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to Use the Android Gradle plugin Upgrade Assistant  |  Android Studio  |  Android Developers for general information about using the AGP Upgrade Assistant.

==============================================================================

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use ‘–warning-mode all’ to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to Command-Line Interface Reference in the Gradle documentation.

BUILD FAILED in 13s

Please help