
You have to open the Windows PowerShell from the start menu (you can simply search for it) and paste the following command: iex ((New-Object ).DownloadString('')) On Windows, you'll need to go a slightly different path.
Setting up frep on android with mac how to#
The script also works for the latest Macs with the M1 chip (using the Rosetta compatibility layer) and Linux on Chromebooks (here's how to enable Linux on Chrome OS). If your phone is connected with USB debugging enabled, you should then be able to see its ID. Once it's finished installing, open a new terminal window and confirm that ADB works with the ADB devices command. You just need to paste the following command into a macOS or Linux terminal and hit enter: bash <(curl -s ) Nexus Tools automatically downloads the latest platform tools from the Google website mentioned above, extracts them, and adds them to your system's path for ease of use. It's an open-source tool created by Android Police alumnus Corbin Davenport. If you ask me, Nexus Tools is the fastest way to get ADB up and running on your computer. There is a script that simplify the process. You'll have to extract them and add them to your system's path, but you probably don't want to bother with that. They're available on the Android Developers website.
Setting up frep on android with mac install#
The tools are comprised of the same parts you get when you install the Android Studio: ADB, fastboot, and systrace. Since Android Studio is quite huge when installed, the standalone SDK platform tools could be a better option if you want to save some precious space on your computer's storage, especially if you don't want to get into app development.
