اذهب إلى المحتوى

Batool Alshwiki

الأعضاء
  • المساهمات

    5
  • تاريخ الانضمام

  • تاريخ آخر زيارة

آخر الزوار

لوحة آخر الزوار معطلة ولن تظهر للأعضاء

إنجازات Batool Alshwiki

عضو مبتدئ

عضو مبتدئ (1/3)

2

السمعة بالموقع

  1. ----------- * What went wrong: Failed to query the value of property 'buildFlowServiceProperty'. > Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@1b3219bb of type BuildFlowService.Parameters > A problem occurred configuring project ':flutter_plugin_android_lifecycle'. > this and base files have different roots: D:\Projects\vibes\tech3arabi-flutter\build\flutter_plugin_android_lifecycle and C:\Users\hpvib\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_plugin_android_lifecycle-2.0.24\android.
  2. FAILURE: Build failed with an exception. * Where: Script 'C:\flutter\packages\flutter_tools\gradle\src\main\groovy\flutter.groovy' line: 1685 def localProperties = new Properties() def localPropertiesFile = rootProject.file('local.properties') if (localPropertiesFile.exists()) { localPropertiesFile.withReader('UTF-8') { reader -> localProperties.load(reader) } } def flutterRoot = localProperties.getProperty('flutter.sdk') if (flutterRoot == null) { throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") } def flutterVersionCode = localProperties.getProperty('flutter.versionCode') if (flutterVersionCode == null) { flutterVersionCode = '1' } def flutterVersionName = localProperties.getProperty('flutter.versionName') if (flutterVersionName == null) { flutterVersionName = '1.0' } apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.firebase.crashlytics' android { namespace "com.examlpe.batool" compileSdkVersion 35 ndkVersion = "27.0.12077973" compileOptions { coreLibraryDesugaringEnabled true sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } kotlinOptions { jvmTarget = '1.8' } sourceSets { main.java.srcDirs += 'src/main/kotlin' } defaultConfig { applicationId "com.example.batool" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. minSdkVersion 23 targetSdkVersion flutter.targetSdkVersion versionCode 89 versionName "9.5.11" multiDexEnabled true } signingConfigs { } buildTypes { } } flutter { source '../..' } dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } buildscript { ext.kotlin_version = '1.9.20' repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:8.7.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.gms:google-services:4.3.14" classpath "com.google.firebase:firebase-crashlytics-gradle:2.8.1" } } allprojects { repositories { google() mavenCentral() } } rootProject.buildDir = '../build' subprojects { project.buildDir = "${rootProject.buildDir}/${project.name}" } // Root build.gradle subprojects { subproject -> afterEvaluate { if (subproject.plugins.hasPlugin('com.android.application')) { subproject.android { namespace = "com.example.${subproject.name.replace('-', '')}" } } else if (subproject.plugins.hasPlugin('com.android.library')) { subproject.android { namespace = "com.example.${subproject.name.replace('-', '')}" } } } } subprojects { project.evaluationDependsOn(':app') } tasks.register("clean", Delete) { delete rootProject.buildDir }
  3. ------ * What went wrong: Execution failed for task ':flutter_local_notifications:processDebugManifest'. > A failure occurred while executing com.android.build.gradle.tasks.ProcessLibraryManifest$ProcessLibWorkAction > Incorrect package="com.dexterous.flutterlocalnotifications" found in source AndroidManifest.xml: C:\Users\hpvib\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_local_notifications-18.0.1\android\src\main\AndroidManifest.xml. Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported. Recommendation: remove package="com.dexterous.flutterlocalnotifications" from the source AndroidManifest.xml: C:\Users\hpvib\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_local_notifications-18.0.1\android\src\main\AndroidManifest.xml. i changed flutter local notification version , then i got new error with an exception. ----------- * What went wrong: Execution failed for task ':firebase_auth:processDebugManifest'. > A failure occurred while executing com.android.build.gradle.tasks.ProcessLibraryManifest$ProcessLibWorkAction > Incorrect package="io.flutter.plugins.firebase.auth" found in source AndroidManifest.xml: C:\Users\hpvib\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_auth-5.3.4\android\src\main\AndroidManifest.xml. Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported. Recommendation: remove package="io.flutter.plugins.firebase.auth" from the source AndroidManifest.xml: C:\Users\hpvib\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_auth-5.3.4\android\src\main\AndroidManifest.xml.
  4. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction > An issue was found when checking AAR metadata: 1. Dependency ':flutter_local_notifications' requires core library desugaring to be enabled for :app. See https://developer.android.com/studio/write/java8-support.html for more details. * 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 1m 42s FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > A failure occurred while executing com.android.build.gradle.internal.tasks.CheckAarMetadataWorkAction > An issue was found when checking AAR metadata: 1. Dependency ':flutter_local_notifications' requires core library desugaring to be enabled for :app. See https://developer.android.com/studio/write/java8-support.html for more details. * 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 1m 42s 3: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':firebase_auth:processDebugManifest'. > A failure occurred while executing com.android.build.gradle.tasks.ProcessLibraryManifest$ProcessLibWorkAction > Incorrect package="io.flutter.plugins.firebase.auth" found in source AndroidManifest.xml: C:\Users\hpvib\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_auth-4.14.0\android\src\main\AndroidManifest.xml. Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported. Recommendation: remove package="io.flutter.plugins.firebase.auth" from the source AndroidManifest.xml: C:\Users\hpvib\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_auth-4.14.0\android\src\main\AndroidManifest.xml. * 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. ===============================================
  5. ^^^^^^ Target kernel_snapshot_program failed: Exception FAILURE: Build failed with an exception. * Where: Script 'C:\flutter\packages\flutter_tools\gradle\src\main\groovy\flutter.groovy' line: 1685 *
×
×
  • أضف...