Installing AdGuard for Android TV from a desktop device
These instructions apply to all apps that support remote access to Android TV. ADB is used as an example
-
Install Android Debug Bridge (ADB) on your computer.
-
Download AdGuard for Android TV.
-
Enable USB debugging in your TV settings:
Go to System → About.Press the build number 7 times to unlock developer options.Enable USB debugging.
-
Write down the IP address of your Android TV:
Go to System → About.Find Network and select Wi-Fi or Ethernet, depending on your connection type.Find the IP address and write it down.
-
Connect your computer to Android TV via ADB:
On your computer, open Terminal or a command prompt.Enter
adb connect
and paste the IP address of your TV. -
Installer AdGuard for Android TV via ADB:
In Terminal, enter the command
adb install Downloads/adguard_tv.apk
. If necessary, replaceDownloads/adguard_tv.apk
with your path.Wait for the installation to complete.