fimage icon indicating copy to clipboard operation
fimage copied to clipboard

flutter devices cannot find fuchsia_image

Open LeoJwj opened this issue 3 years ago • 7 comments

i do with this setup https://docs.dahliaos.io/developer/fimage-setup But cannot find fuchsia_image。whats wrong with me? Flutter version: Flutter 2.2.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision d79295af24 (2 周前) • 2021-06-11 08:56:01 -0700 Engine • revision 91c9fc8fe0 Tools • Dart 2.13.3

2021-06-28 11-30-46 的屏幕截图 2021-06-28 11-31-18 的屏幕截图 2021-06-28 11-32-01 的屏幕截图 2021-06-28 11-44-16 的屏幕截图 2021-06-28 11-44-31 的屏幕截图

LeoJwj avatar Jun 28 '21 03:06 LeoJwj

There could be several reasons for this behavior:

  • Are you on the master channel of Flutter?
  • Did you export the Fuchsia SSH config file?

nmcain avatar Jun 28 '21 03:06 nmcain

Ah, I see you are on stable. Try switching to master (flutter channel master&&flutter upgrade) and see if the device shows up.

nmcain avatar Jun 28 '21 03:06 nmcain

@nmcain 1.flutter is on master channel 2021-06-28 12-57-26 的屏幕截图

  1. ssh config is export 2021-06-28 12-58-22 的屏幕截图 2021-06-28 13-00-33 的屏幕截图

but is still cannot find fuchsia image 2021-06-28 13-02-29 的屏幕截图

LeoJwj avatar Jun 28 '21 05:06 LeoJwj

What's the problem ?

LeoJwj avatar Jun 28 '21 06:06 LeoJwj

Have you flutter upgrade-ed? The Fuchsia SDK may not be downloading.

nmcain avatar Jun 28 '21 20:06 nmcain

now i can find the fuchsia_image , but cannot run app on the device。 always show error message: wecom-temp-dd541c59afe53f85b02ae9607d867ff4

LeoJwj avatar Jun 29 '21 04:06 LeoJwj

demo path: /home/leo/fimage/fimage-210528/demo run command:flutter run -d fuchsia --verbose

LeoJwj avatar Jun 29 '21 05:06 LeoJwj