Questions tagged [flutter-release]
43 questions
106
votes
61 answers
Flutter stuck at Installing build\app\outputs\apk\app.apk
When I run:
$ flutter run
I'm getting a prompt on my mobile device asking if I want to install the app on my device. I give yes, then nothing happens!
It's stuck here:
Launching lib/main.dart on POCO F1 in debug mode...
Initializing gradle... …

Vishnu
- 1,757
- 2
- 11
- 19
14
votes
6 answers
Can't build release APK for flutter
I'm currently trying to build a signed release APK on Windows using Flutter. I've performed the tasks outlined in the documentation on the flutter site. When I run the build command here's the output I get. It seems to be around the firebase…

marktechson
- 409
- 1
- 3
- 10
7
votes
2 answers
Flutter Windows Desktop app gets stuck on white screen after msix installation
Background
I just developed my first flutter desktop app for a windows machine. The app is working fine while developing/debugging it, but I am trying to test it as an application in release mode.
What’s done
I created an msix using pub msix.
For…

Junaid Rehmat
- 305
- 2
- 15
6
votes
2 answers
Flutter and Android release aab 'android:exported = true' not working
I tried to upload the AAB file to the play console but giving the uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file…

Ankur Shinde
- 304
- 4
- 19
6
votes
2 answers
Are logs drom dart:developer are visible in release mode of flutter app?
In release mode of flutter app, are console logs printed out with log method from dart:developer are visible? From docs of release mode we can read that
Debugging information is stripped out.
Debugging is disabled.
and I assume it strip out…

Paul Kastel
- 913
- 1
- 13
- 22
6
votes
2 answers
Flutter release apk is not installing on device
I have release apk with signed keys but it's not installing on android devices, its shows this message "The apk failed to install
Error: Could not parse error string" but debugging mode apk, the app works fine.
release command
flutter build apk…

Asfos22
- 321
- 2
- 5
- 14
4
votes
2 answers
Build option for windows is not showing in android studio
I am in the latest stable release for flutter desktop and have installed Visual Studio 2022 but still the option for "Windows" is not showing.
Do i still need to run the below command in stable release?
flutter config --enable--desktop

Deepak Lohmod
- 2,072
- 2
- 8
- 18
3
votes
2 answers
What is Android Debug symbol and how to configure that in Flutter app
I am trying to release an Android app for the first time on play.google.com using an app bundle. The app is implemented in Android Studio using Flutter SDK and the bundle is generated using the following command:
flutter build appbundle
When I…

Dipak
- 6,532
- 8
- 63
- 87
3
votes
3 answers
Can i avoid this error. E/InputMethodManager: Failed to get fallback IMM with expected .flutter.plugins.webviewflutter.InputAwareWebView
I'm Using the flutter_tex library
flutter_tex
flutter_tex: ^3.6.7+10
I want to release the app in the play store. My app is running fine. But I'm getting this message in the Debug Console.
Can I Avoid It?
TeXView(
renderingEngine: const…

DIVYANSHU SAHU
- 1,035
- 11
- 24
3
votes
3 answers
Flutter - Code signing "App.framework" failed
I am new to flutter and trying to realise my first app on iOS however, i am facing this issue and try to resolve it since the past week.
1.After running "flutter build ios", the build and signing is successful
2.The project archive is also a…
2
votes
1 answer
Flutter, play store - There is no deobfuscation file associated with this App Bundle
I am developing Flutter app. I have build my app as the following:
flutter build appbundle --obfuscate --split-debug-info=./debug -v
I'm facing the above warning on play store console:
There is no deobfuscation file associated with this App…

genericUser
- 4,417
- 1
- 28
- 73
2
votes
2 answers
Azure DevOps CI / CD not installing latest flutter version
My Azure DevOps configuration ask CI / CD to install latest version of flutter as you can see in the snapshot:
But Flutter old stable version "2.2.1-stable" is getting install
It seems google has changed their flutter download url so Azure…

Munish Thakur
- 926
- 1
- 8
- 25
2
votes
1 answer
How to debug your Release APK or any APK in android studio
I want to debug by release APK or any APK that I have built from the Android Studio.

DIVYANSHU SAHU
- 1,035
- 11
- 24
2
votes
1 answer
version code not changing of APK or Android App Bundle in the flutter. Even after changing it from pubspec.yaml
Version Code not changing
In my appBundle version code is not changing even after changing the code in pubspec.yaml
version: 1.0.0+4
But its showing the same error while uploading the app in the google playstore.
What to do now. I can change the…

DIVYANSHU SAHU
- 1,035
- 11
- 24
2
votes
1 answer
flutter installing the .apk release app get stuck blank screen
when I run my project in debug and even release mode using flutter run --release everything is fine but when I get the output apk files using flutter build apk --split-per-abi and installing it successfully it only launches a blank grayish screen,…

Mahdi-Jafaree
- 882
- 2
- 9
- 22