Android Web Device Proxy
Android Web Device Proxy acts as a proxy between web tools and connected ADB devices. Normally, tools that connect to ADB devices require an exclusive connection. This leads to device contention issues when multiple tools are open at the same time. Android Web Device Proxy allows simulataneous use of such tools by proxying all ADB communications through the local ADB server.
To install Android Web Device Proxy on Linux, enter the following commands in your terminal:
curl https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /usr/share/keyrings/google.linux.gpg echo "deb [signed-by=/usr/share/keyrings/google.linux.gpg] http://dl.google.com/linux/android-web-device-proxy/deb stable main" | sudo tee -a /etc/apt/sources.list.d/android-web-device-proxy.list sudo apt-get update && sudo apt-get install android-web-device-proxy
Use of Android Web Device Proxy is subject to the Google Terms of Service. Android Web Device Proxy collects and sends device information and usage statistics to improve the tool based on our Privacy Policy and Terms of Service.