-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
r: solvedIssue is closed as solvedIssue is closed as solved
Description
Hello,
my windows app is crashing after launching it. I believe its because of the ReorderableListView.
I just created new project, copied the sample code from "https://api.flutter.dev/flutter/material/ReorderableListView-class.html" and tested it. can i know exactly what's happening?
some times I got this messages in the terminal:
[ERROR:accessibility_bridge.cc(76)] Failed to update ui::AXTree, error: 28 will not be in the tree and is not the new root
some times I got other messages but still containing Failed to update ui::AXTree
most of the time, i got nothing, the app crashed and lost connection
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 2.10.3, on Microsoft Windows [Version 10.0.19044.1586], locale en-US)
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
X cmdline-tools component is missing
Run `path/to/sdkmanager --install "cmdline-tools;latest"`
See https://developer.android.com/studio/command-line for more details.
X Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.6.2)
[√] Android Studio (version 4.1)
[√] VS Code (version 1.65.2)
[√] Connected device (3 available)
[√] HTTP Host Availability
Metadata
Metadata
Assignees
Labels
r: solvedIssue is closed as solvedIssue is closed as solved