Hi,
Is there any way to develop a Capacitor project in WSL1?
(Host: Windows 10 | WSL: Ubuntu 18)
I have followed the instructions and installed the sdk in WSL (Ubuntu 18) and Android Studio in my host (Windows 10).
I have updated bin/linuxAndroidStudio
config to point to studio64.exe
in my host (through /mnt/c/…) but when I run quasar dev -m capacitor -T android
it doesn’t open the IDE and there are no errors.
I have Windows 10 Home not Pro so I can’t get WSL2.