Does Flet Support Android app development from WSL?
flet run main.py
is working fine from WSL and I can see the app live from Windows (display forwarding).flet run --web main.py
also works fine with port forwarding and I can see the app on the Windows browser. Butflet run --android main.py
is not working. It launches the app with the QR code but when I scan it from Android nothing happens.- The same works if I launch from Windows.
- I even tried typing the URL manually to add my app on the Flet app on Android, but nothing happens.
- I even tried adding the Windows IP address instead of WSL IP address with port forwarding enabled, but nothing happens.
- I tried /docs/publish/linux/#prerequisites, WSL section in this /docs/getting-started/ etc. Without and without Virtual environment. Nothing helps.
Am I missing something or is Android target not supported from WSL (Seems a bit off)?
I am on Ubuntu 24.04 (WSL) and Win11 Version 24H2 (OS Build 26100.3323)