Ich brauche deine Hilfe ... selbst Chatgpt kann es nicht lösen ... meine Flutter -App läuft nicht auf Android. Einige Pakete erfordern ADP 8.3.0, und ich kann es nicht ändern.
Und ich haben es getan:
Flattern Clean
RM -rf ~/.gradle/Caches
RM -rf ~/.gradle/Wrapper
rm -rf android/.gradle
rm -rf Android/Build
RM -rf Android/App/Build
./gradlew Clean
Flutter Pub Get
./gradlew Build
Wenn ich die letzte ausführte, zeigt ich die ADP -Version als 7.3.0. Ich verwende Android Studio LadyBug.
Hier ist der Fehler: < /p>
mac@192 android % ./gradlew build
WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
This Android Gradle plugin (7.3.0) was tested up to compileSdk = 33
This warning can be suppressed by adding
android.suppressUnsupportedCompileSdk=34
to this project's gradle.properties
The build will continue, but you are strongly encouraged to update your project to
use a newer Android Gradle Plugin that has been tested with compileSdk = 34
WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
This Android Gradle plugin (7.3.0) was tested up to compileSdk = 33
This warning can be suppressed by adding
android.suppressUnsupportedCompileSdk=34
to this project's gradle.properties
The build will continue, but you are strongly encouraged to update your project to
use a newer Android Gradle Plugin that has been tested with compileSdk = 34
> Task :android_intent_plus:parseDebugLocalResources FAILED
FAILURE: Build failed with an exception.
Ich brauche deine Hilfe ... selbst Chatgpt kann es nicht lösen ... meine Flutter -App läuft nicht auf Android. Einige Pakete erfordern ADP 8.3.0, und ich kann es nicht ändern.[code]buildscript { ext.kotlin_version = '1.8.22' repositories { google() mavenCentral() }
tasks.register("clean", Delete) { delete rootProject.buildDir } [/code] Und ich haben es getan: Flattern Clean RM -rf ~/.gradle/Caches RM -rf ~/.gradle/Wrapper rm -rf android/.gradle rm -rf Android/Build RM -rf Android/App/Build ./gradlew Clean Flutter Pub Get ./gradlew Build Wenn ich die letzte ausführte, zeigt ich die ADP -Version als 7.3.0. Ich verwende Android Studio LadyBug. Hier ist der Fehler: < /p> [code]mac@192 android % ./gradlew build WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
This Android Gradle plugin (7.3.0) was tested up to compileSdk = 33
This warning can be suppressed by adding android.suppressUnsupportedCompileSdk=34 to this project's gradle.properties
The build will continue, but you are strongly encouraged to update your project to use a newer Android Gradle Plugin that has been tested with compileSdk = 34 WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
This Android Gradle plugin (7.3.0) was tested up to compileSdk = 33
This warning can be suppressed by adding android.suppressUnsupportedCompileSdk=34 to this project's gradle.properties
The build will continue, but you are strongly encouraged to update your project to use a newer Android Gradle Plugin that has been tested with compileSdk = 34 > Task :android_intent_plus:parseDebugLocalResources FAILED
Ich brauche deine Hilfe ... selbst Chatgpt kann es nicht lösen ... meine Flutter -App läuft nicht auf Android. Einige Pakete erfordern ADP 8.3.0, und ich kann es nicht ändern. buildscript {...
Ich wollte mein Projekt in Android Studio verschieben und als ich den Simulator ausführte, lief das Projekt gut. Da ich Android Studio aktualisiert habe, hat der Simulator den Fehler, dass die Gradle...
Ich wollte mein Projekt in Android Studio verschieben und als ich den Simulator ausführte, lief das Projekt gut. Da ich Android Studio aktualisiert habe, hat der Simulator den Fehler, dass die Gradle...
Wie kann dies für das Flattern -Projekt gelöst werden? oben):
Launching lib/main.dart on sdk gphone64 arm64 in debug mode...
Running Gradle task 'assembleDebug'...