Video player Flutter crashes
I want to display a video stored locally on my device using the video player package in Flutter. the problem is that the app crashes when i try to load a video either from youtube using .network or locally using…
I want to display a video stored locally on my device using the video player package in Flutter. the problem is that the app crashes when i try to load a video either from youtube using .network or locally using…
I wanted to use JDK-11 on my intellij. So I changed java boot runtime following these instructions. Now my Intellij is crashing without opening. I am using MAC. Crash Report. Closest I have found on internet with my issue is…
VScode has been crashing every time I open it, used to work perfectly before. Its extremely slow (25-35s) to start and is unresponsive immediately. Unresponsive&&SlowStartup The window is not responding You can reopen or close the window or keep waiting.…
FATAL EXCEPTION: main Process: com.example.near_by_api_ex, PID: 10222 java.lang.IncompatibleClassChangeError: Found interface com.google.android.gms.nearby.connection.ConnectionsClient, but class was expected (declaration of 'com.google.android.gms.nearby.connection.ConnectionsClient' appears in /data/app/com.example.near_by_api_ex-SQmqvcjOXV3emcH2l_ILUw==/base.apk)
When I normally I app run after building android studio throws this error. at com.shayan.test.databinding.ActivityMainBinding.inflate(ActivityMainBinding.java:113) E/AndroidRuntime: at com.shayan.test.MainActivity.onCreate(MainActivity.kt:14) I think I forget something to do calling method or something package com.shayan.test package com.shayan.test import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.view.LayoutInflater import…
When I try to fetch user data from Firebase a crash occurs for some users, I can't reproduce this crash myself but I do have the following crash log: 0 Ski Tracker 0x77bf0 closure #1 in HistoryPresenter.downloadHistory(completionHandler:) + 4340857840 (HistoryPresenter.swift:4340857840)…
My app keeps crashing when an Android 13 user try to launch the camera (using the package camera 0.10.1) : final cameras = await availableCameras(); final selectedCamera = cameras.first; I am getting this stack trace RuntimeException : Failure delivering result…
I want to discuss about problem I'm facing in a flutter app. The app is a social E-Commerce app with layout like Facebook or Instagram. I am using pagination of 10 posts with multiple images max 4 per post like…
I am building an ecommerce app... after some events in app like listview scroll and some page navigations the app crashes without any logs and freeze overall mobile phone for a while... can someone give me hint how can i…
I am making a file manager app in android studio, everything seems to work but when I open the app in the emulator it closes and says: "App keeps stopping". The logcat is giving an error like this: Caused by:…