Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/layerlre/ADBWIFI
- Owner: layerlre
- License: apache-2.0
- Created: 2015-07-12T17:21:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T08:31:24.000Z (over 6 years ago)
- Last Synced: 2024-07-30T07:34:29.560Z (5 months ago)
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/7856?pr=idea
- Size: 1.24 MB
- Stars: 301
- Watchers: 13
- Forks: 50
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-android-tips - ADBWIFI - Fi (Android Studio / Plugins)
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.