ToZx
ToZx
Just I don't know how to fix it, and all of this happened after someone did share this GitHub repo in Twitter X. and got mellions of views
I’m experiencing the same issue. Everything was working perfectly before, but after updating to Flutter 3.32.0, it stopped functioning properly and now I keep running into this problem. ``` [...
> Same issue here. Any updates or workarounds available? `flutter doctor` shows no issues, but I'm getting when i was build aab "Release app bundle failed to strip debug symbols...
**Here’s the build.gradle file I’m currently using, but I’m still encountering the same issue with the latest Flutter versions.** plugins { id "com.android.application" id "kotlin-android" id "dev.flutter.flutter-gradle-plugin" } def keystoreProperties...
> > ndk { > > debugSymbolLevel 'FULL' > > } > > [#167941 (comment)](https://github.com/flutter/flutter/issues/167941#issuecomment-2837893883) it worked thank you