I made a chat app, It worked all fine while connected to debug mode, but when i install through release apk on device, it crash - flutter

I get this error message on clicking on send bug report
I have tried everything in my reach.
Please help me if anyone knows how to fix this, for this sole purpose only, i joined this community today. I am new to Flutter and Android and it took me around 2 weeks, i was so excited about this when running in debugging mode until i found it crashes on release apk

Related

Emulator not running the application

I am trying to setup flutter on my device, so far I have been able to download the flutter SDK and android studio and satisfy the conditions of flutter doctor to start learning android application development:-
flutter doctor
I ignored the absence of visual studio as I don't want my app to be compatible with windows(as I am trying to develop for Android) but I am not able to fix the missing java bundle, any help on how would I do that?
I just ignored it for a second and moved on to set up my emulator but on running, it shows a pop up which says "Attach a debugger or ESC to cancel"(the pop-up is something like this.) how would I fix it.
This doesn't run the app on the emulator so how would I fix that?
Also on trying to debug, it throws this error, I am totally confused on how to proceed further to at least run my app so that I could start developing and learning flutter?
I am following along this to run my application.
Edit:
I have the java bundle in place but don't know how would I configure Android Studio to get it.
java's prescence
Also that the emulator is now showing that the System UI is not responding and on closing it, it further shows this.
It's been a week since I am trying to work out the setup of flutter but some way or the other some issue happens, please help.
Thanks in advance.
you have to install java runtime environment and It'll work. get from here
it'll show like this if you have JDK installed properly.

Flutter App Installed and Done but not Disabled Open Option

I am working with flutter currently and everything was fine suddenly when I uninstalled the app from the device and rerun flutter run from the terminal it's suddenly not able to install the apk.
maybe when i including firebase in the flutter app then i facing this error.
Want to Know where is wrong my device or flutter code or something......
can show how the error appears in the debug console.
maybe you can try to follow on the documentation page here

Can't use cloud debugging to test my apk for Huawei

I'm trying to test an apk with cloud debugging and I'm getting the following error when I tried to upload an apk:
I also added HMS plugin to my Android Studio but devices are not displayed in the device list when I opened one and it doesn't end or give any feedback(other than files are being pushed) when I drag an apk onto device.
Devices that I tried:
Update:
The apk you uploaded does not have an icon. Plz check and add an icon for it and try again. This message will be modified later to make it clearer. :)
It is a network error. Make sure that no proxy is used and your network is working. Then plz try to retransmit the apk.
Yeah I have encountered the same issue in the past and that could be frustrating. One thing you have to know though, for Cloud debugging, the backend servers are on maintenance from time to time. Please try to upload your APK again and see if your issue gets resolved by itself. If not, please let me know, I will see if more trouble shooting can be done.

The app could not be located

i integrated crashlytics into my unity game, everything worked fine, but then i had to change my package name and my working mail, since then whenever i open the dashboard it gives me an alert "Sorry the app could not be located".
I reinstalled the crashlytics sdk in unity, used new login in prepare fabric tab, but the issue is still there, although the crashlytics seems to be working.
Thanks. Usually this means we aren't detecting the build and run event. Please make sure you are building and running in the relevant IDE. Also, clean your app and dependencies in the native IDE to make sure the bundle ID is updated in all locartions. If you still run into issues, you will need to contact support as your app may be in a weird state in our system.

how to make eclipse recognize emulator and reload app every run

The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
squares_senior_project] Please ensure that adb is correctly located at 'C:\Users\Nick\android-sdks\platform-tools\adb.exe' and can be executed.
I have been continually getting the above error when I try to run my application for the past 4 days now. I can start the emulator through the AVDM and run an older version of my app that has already been loaded, but for some reason the emulator wont update the app anymore and I cant figure out why. When I try to run it once the emulator is up and running I get the error: createRenderThread failed to connect. I have restarted my computer, eclipse, and the adb. I thought it may have been something with my firewall keeping the computer from recognizing the emulator but I cant see any thing that seems to be related to eclipse, I could be wrong though. This is my senior project and the dead line is approaching and i'm getting desperate so any and all suggestions would be greatly appreciated. Thank you.