Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Malformed line in ndk source.properties: "Pkg.Desc=Android SDK Platform 10".
- Malformed line in ndk source.properties: "Pkg.UserSrc=false".
- Malformed line in ndk source.properties: "Platform.Version=10".
- Malformed line in ndk source.properties: "Platform.CodeName=".
- Malformed line in ndk source.properties: "Pkg.Revision=4".
- Malformed line in ndk source.properties: "AndroidVersion.ApiLevel=29".
- Malformed line in ndk source.properties: "Layoutlib.Api=15".
- Malformed line in ndk source.properties: "Layoutlib.Revision=1".
- Malformed line in ndk source.properties: "Platform.MinToolsRev=22".
- Launching lib\main.dart on Pixel 3a in debug mode...
- Running Gradle task 'assembleDebug'...
- √ Built build\app\outputs\apk\debug\app-debug.apk.
- Installing build\app\outputs\apk\app.apk...
- D/FlutterActivity( 4501): Using the launch theme as normal theme.
- D/FlutterActivityAndFragmentDelegate( 4501): Setting up FlutterEngine.
- D/FlutterActivityAndFragmentDelegate( 4501): No preferred FlutterEngine was provided. Creating a new FlutterEngine for this FlutterFragment.
- D/FlutterActivityAndFragmentDelegate( 4501): Attaching FlutterEngine to the Activity that owns this Fragment.
- D/FlutterView( 4501): Attaching to a FlutterEngine: io.flutter.embedding.engine.FlutterEngine@6c345df
- D/FlutterActivityAndFragmentDelegate( 4501): Executing Dart entrypoint: main, and sending initial route: /
- W/Gralloc3( 4501): mapper 3.x is not supported
- Debug service listening on ws://127.0.0.1:57429/XoVdOBwjcoE=/ws
- Syncing files to device Pixel 3a...
- I/flutter ( 4501): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
- I/flutter ( 4501): The following assertion was thrown building LayoutBuilder:
- I/flutter ( 4501): setState() or markNeedsBuild() called during build.
- I/flutter ( 4501): This HomePage widget cannot be marked as needing to build because the framework is already in the
- I/flutter ( 4501): process of building widgets. A widget can be marked as needing to be built during the build phase
- I/flutter ( 4501): only if one of its ancestors is currently building. This exception is allowed because the framework
- I/flutter ( 4501): builds parent widgets before children, which means a dirty descendant will always be built.
- I/flutter ( 4501): Otherwise, the framework might not visit this widget during this build phase.
- I/flutter ( 4501): The widget on which setState() or markNeedsBuild() was called was:
- I/flutter ( 4501): HomePage
- I/flutter ( 4501): The widget which was currently being built when the offending call was made was:
- I/flutter ( 4501): LayoutBuilder
- I/flutter ( 4501):
- I/flutter ( 4501): The relevant error-causing widget was:
- I/flutter ( 4501): LayoutBuilder
- I/flutter ( 4501): file:///C:/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_map-0.8.2/lib/src/map/flutter_map_state.dart:73:12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement