
- HOW TO DOWNLOAD REACT ON UBUNTU FOR WINDOWS WINDOWS 10
- HOW TO DOWNLOAD REACT ON UBUNTU FOR WINDOWS ANDROID
Then, connect to your emulator via Windows's adb and set it to listen on tcp (i.e. You can follow the direction from the link below redirect host port 5555 to your emulator port 5555 as well as open windows firewall for this port. The emulator runs on its private network and you can forward your windows host port to your emulator. I've read your question & other's answers. So, please, if possible be thorough in your answer, with as many details as possible (eg: which terminal to run, powershell or ubuntu, etc). I'm moving from OSx to Windows and I never messed around Linux, ever. How can I make that happen? What am I missing? When I run adb devices on my WSL terminal, it returns only List of devices attached, with nothing else.īased on the linked answer, it's possible to do it but I can't.
HOW TO DOWNLOAD REACT ON UBUNTU FOR WINDOWS ANDROID
I start a device on Android Studio (Windows) and in Powershell, when running adb devices, it returns: zshrc file:Įxport JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64Įxport JRE_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre/Įxport ANDROID_SDK_ROOT=/usr/lib/android-sdkĮxport PATH=$PATH:$ANDROID_HOME/tools/binĮxport PATH=$PATH:$ANDROID_HOME/platform-toolsĮxport PATH=$ANDROID_SDK_ROOT/cmdline-tools/tools/bin:$PATH
HOW TO DOWNLOAD REACT ON UBUNTU FOR WINDOWS WINDOWS 10
Android Studio is installed on Windows 10 (Pro 圆4).WSL2 is installed and running (Ubuntu 20.04 LTS).I did exactly what the answer says and after a few hours of solving some errors, got to the point where: I need to develop using react-native in Windows through WSL2.
