Tag: Windows

  • React Native with MEmu Emulator

    The Android Virtual Devices that are installed through Android Studio are slower than a physical device. MEmu is a high performance, fully compatible Android emulator that allows multiple instances. It truly brings the Android experience to Microsoft Windows devices. The following is a guide to setup a Reactive Native project with the MEmu emulator. MEmu Requirements […]

  • Open Windows Folder Containing File from Eclipse

    There are a number of times where the developer requires to look at the folder where project resources are stored. There are two ways though that a folder can be opened directly from Eclipse thus eliminating the need to navigate the project packages manually. Firstly, StartExplorer Eclipse plug-in is an easy way to implement this. […]

  • Windows Command – setx

    Setx creates or modifies environment variables in the user or system environment, without requiring programming or scripting. The Setx command also retrieves the values of registry keys and writes them to text files. Setting Environment Variables Set environment variables permanently, Setx can be used to set Environment Variables for the machine (HKLM) or currently logged […]