You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to build the Wonderous app using Flutter master 3.21.0-12.0.pre.6 or stable 3.19.5.
Expected Result:
The Wonderous app should build successfully without any warnings or errors.
Actual Result:
Encounter the following issues:
You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-applyYou are applying Flutter's main Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-applyERROR:D8: com.android.tools.r8.kotlin.HFAILURE: Build failed with an exception.* What went wrong:Execution failed for task ':app:mergeExtDexDebug'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Failed to transform kotlin-stdlib-1.9.10.jar (org.jetbrains.kotlin:kotlin-stdlib:1.9.10) to match attributes {artifactType=android-dex, asm-transformed-variant=NONE, dexing-enable-desugaring=true, dexing-enable-jacoco-instrumentation=false, dexing-is-debuggable=true, dexing-min-sdk=23, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}. > Execution failed for DexingWithClasspathTransform: /Users/somnio/.gradle/caches/transforms-3/53b653a77af56268a71a7497d4c8c87e/transformed/jetified-kotlin-stdlib-1.9.10.jar. > Error while dexing.* 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.orgBUILD FAILED in 18sRunning Gradle task 'assembleDebug'... 18,6s┌─ Flutter Fix ──────────────────────────────────────────────────────────────┐│ [!] The shrinker may have failed to optimize the Java bytecode. ││ To disable the shrinker, pass the `--no-shrink` flag to this command. ││ To learn more, see: https://developer.android.com/studio/build/shrink-code │└────────────────────────────────────────────────────────────────────────────┘Error: Gradle task assembleDebug failed with exit code 1
Flutter Doctor:
[✓] Flutter (Channel stable, 3.19.5, on macOS 14.3.1 23D60 darwin-arm64, locale es-AR) • Flutter version 3.19.5 on channel stable at /Users/somnio/Documents/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 300451adae (12 days ago), 2024-03-27 21:54:07 -0500 • Engine revision e76c956498 • Dart version 3.3.3 • DevTools version 2.31.1[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) • Android SDK at /Users/somnio/Library/Android/sdk • Platform android-34, build-tools 34.0.0 • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160) • All Android licenses accepted.[✓] Xcode - develop for iOS and macOS (Xcode 15.3) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 15E204a • CocoaPods version 1.15.2[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[✓] Android Studio (version 2023.3) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: :hammer: https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: :hammer: https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160)[✓] VS Code (version 1.87.2) • VS Code at /Users/somnio/Downloads/Visual Studio Code.app/Contents • Flutter extension version 3.84.0[✓] Connected device (3 available) • sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64 • Android 14 (API 34) (emulator) • macOS (desktop) • macos • darwin-arm64 • macOS 14.3.1 23D60 darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 123.0.6312.107[✓] Network resources • All expected network resources are available.• No issues found!
The text was updated successfully, but these errors were encountered:
damooola
added a commit
to damooola/flutter-wonderous-app-fix-175
that referenced
this issue
Dec 24, 2024
We are testing Wonderous with Flutter Stable (3.19.5) and Master with Android Studio JellyFish RC1 and encountering issues trying to build the app.
Steps to Reproduce:
Clone the Wonderous app repository from GitHub - gskinnerTeam/flutter-wonderous-app: A showcase app for the Flutter SDK. Wonderous will educate and entertain as you uncover information about some of the most famous structures in the world. .
Open Android Studio Jellyfish | 2023.3.1 RC 1.
Attempt to build the Wonderous app using Flutter master 3.21.0-12.0.pre.6 or stable 3.19.5.
Expected Result:
The Wonderous app should build successfully without any warnings or errors.
Actual Result:
Encounter the following issues:
Flutter Doctor:
The text was updated successfully, but these errors were encountered: