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.
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.
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