Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/layerlre/ADBWIFI

This repo is deprecated. // ADBWIFI Android Studio plugin for debug android app over Wi-Fi.
https://github.com/layerlre/ADBWIFI

Last synced: 25 days ago
JSON representation

This repo is deprecated. // ADBWIFI Android Studio plugin for debug android app over Wi-Fi.

Awesome Lists containing this project

README

        

# This repo is deprecated.
# ADB WIFI
ADB WIFI Android Studio plugin for debug android app over Wi-Fi.

# How to install
in Android Studio: go to Preferences → Plugins → Browse repositories and search for ADB WIFI

# How to use it
1. Connect Android device and adb host computer to a common Wi-Fi network accessible to both. We have found that not all access points are suitable; you may need to use an access point whose firewall is configured properly to support adb.
2. Connect the device with USB cable to host.
3. Make sure adb is running in USB mode on host.
4. in Android Studio: go to tools → android → ADB WIFI → ADB USB to WIFI
![ADBWIFI](https://github.com/layerlre/ADBWIFI/blob/master/adbwifi.jpg?raw=true)

# Special Thanks
pbreault - A copy of [adb-idea](https://github.com/pbreault/adb-idea) is included.