-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Description
Steps to reproduce
I have a problem on build appbundle in flutter new version 3.32.4 even though I can build appbundle in previous flutter version.
Actual results
flutter build appbundle --release
PS D:\apps\shanttf> flutter build appbundle --release
Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to 1096 bytes (99.9% reduction). Tree-shaking can be disabled by providing the --no-tree-sh
ake-icons flag when building your app. Running Gradle task 'bundleRelease'... 141.2s
Release app bundle failed to strip debug symbols from native libraries. Please run flutter doctor and ensure that the Android toolchain does not report any issues.
Otherwise, file an issue at https://github.com/flutter/flutter/issues.
Logs
Logs
<!-- Paste your logs here -->
Flutter Doctor output
Doctor output
flutter doctor -v
PS D:\apps\shanttf> flutter doctor -v
[√] Flutter (Channel stable, 3.32.4, on Microsoft Windows [Version 10.0.26100.4351], locale en-US) [623ms]
• Flutter version 3.32.4 on channel stable at C:\dev\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 6fba244 (6 days ago), 2025-06-12 19:03:56 -0700
• Engine revision 8cd19e5
• Dart version 3.8.1
• DevTools version 2.45.1
[√] Windows Version (11 Pro 64-bit, 24H2, 2009) [2.3s]
[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0) [3.8s]
• Android SDK at C:\Users\Kyaw Naing Soe\AppData\Local\Android\sdk
• Platform android-35, build-tools 35.0.0
• Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: flutter config --jdk-dir="path/to/jdk"
.
• Java version OpenJDK Runtime Environment (build 17.0.11+0--11852314)
• All Android licenses accepted.
[√] Chrome - develop for the web [150ms]
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.11.2) [149ms]
• Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
• Visual Studio Community 2022 version 17.11.35222.181
• Windows 10 SDK version 10.0.22621.0
[√] Android Studio (version 2024.1) [30ms]
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.11+0--11852314)
[√] VS Code (version 1.101.0) [28ms]
• VS Code at C:\Users\Kyaw Naing Soe\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.112.0
[√] Connected device (3 available) [328ms]
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.26100.4351]
• Chrome (web) • chrome • web-javascript • Google Chrome 137.0.7151.105
• Edge (web) • edge • web-javascript • Microsoft Edge 137.0.3296.68
[√] Network resources [2.8s]
• All expected network resources are available.
• No issues found!