Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 15.96 KB | None | 0 0
  1. Launching lib\main.dart on BLA L29 in debug mode...
  2. Running Gradle task 'assembleDebug'...
  3. e: java.rmi.NoSuchObjectException: no such object in table
  4. √ Built build\app\outputs\apk\debug\app-debug.apk.
  5. Installing build\app\outputs\apk\app.apk...
  6. D/FlutterActivity(21123): Using the launch theme as normal theme.
  7. D/FlutterActivityAndFragmentDelegate(21123): Setting up FlutterEngine.
  8. D/FlutterActivityAndFragmentDelegate(21123): No preferred FlutterEngine was provided. Creating a new FlutterEngine for this FlutterFragment.
  9. D/FlutterActivityAndFragmentDelegate(21123): Attaching FlutterEngine to the Activity that owns this Fragment.
  10. D/FlutterView(21123): Attaching to a FlutterEngine: io.flutter.embedding.engine.FlutterEngine@1fb5c49
  11. D/FlutterActivityAndFragmentDelegate(21123): Executing Dart entrypoint: main, and sending initial route: /
  12. Syncing files to device BLA L29...
  13. W/InputMethodManager(21123): startInputReason = 1
  14. I/ViewRootImpl(21123): jank_removeInvalidNode jank list is null
  15. W/InputMethodManager(21123): startInputReason = 5
  16. I/CameraManagerGlobal(21123): Connecting to camera service
  17. E/AccessibilityBridge(21123): VirtualView node must not be the root node.
  18. D/AwareBitmapCacher(21123): handleInit switch not opened pid=21123
  19. W/Settings(21123): Setting device_provisioned has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
  20. V/HiTouch_HiTouchSensor(21123): User setup is finished.
  21. V/AudioManager(21123): playSoundEffect   effectType: 0
  22. V/AudioManager(21123): querySoundEffectsEnabled...
  23. I/flutter (21123): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
  24. I/flutter (21123): The following NoSuchMethodError was thrown building _BodyBuilder:
  25. I/flutter (21123): The method '[]' was called on null.
  26. I/flutter (21123): Receiver: null
  27. I/flutter (21123): Tried calling: [](0)
  28. I/flutter (21123):
  29. I/flutter (21123): The relevant error-causing widget was:
  30. I/flutter (21123):   Scaffold
  31. I/flutter (21123):   file:///C:/Users/USER/Desktop/Depot/Uni/Courses/Spring%2020/CMPS%20253/Project/whatsup_app/lib/main.dart:33:10
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement