User Tools

Site Tools


sideloading_apps

Sideloading apps

Sideloading is the process of transferring files between two local devices. In our context it refers to transferring files from a PC to the Phone, usually to install an APK file.

Installing Apps

This process will require a PC, a USB cable (that supports data transfer), and having ADB installed with USB Debugging enabled (if you do not then refer to: Setting Up ADB).
  1. Download the App's APK file

  2. Rename the APK file to something simple (e.g. “example.apk”)

  3. Open a command line (on Windows and Mac “Terminal”)

  4. Navigate to where the file downloaded to, which will likely be Downloads. You can do this usually by entering cd Downloads

  5. Now plug in your phone (accept Fingerprint if prompted)

  6. Now to install the app type adb install example.apk

sideloading_apps.txt · Last modified: by wiggleforlife