通过Wifi调试运行Android应用的IntelliJ/AndroidStudio插件:AndroidWiFiADB

来源:互联网 发布:算法工程师主要做什么 编辑:程序博客网 时间:2024/06/11 15:36

IntelliJ and Android Studio 插件能够让你通过WiFi快速连接你的Android设备来安装,运行和调试你的应用而不需要USB连接。只要一个按纽搞定一切。

Android WiFi ADB

IntelliJ and Android Studio plugin created to quickly connect your Android device over WiFi to install, run and debug your applications without a USB connected. Press one button and forget about your USB cable.

Android WiFI ADB plugin adds a button Android WiFi ADB Button to your IntelliJ/Android Studio Toolbar to connect your device to your computer over WiFi.

To use this plugin the project opened in your IntelliJ/Android Studio has to be an Android project configured with the Android SDK.

Screenshots

Connect all devices button:

Android WiFi ADB Usage

Devices dashboard:

Android Devices Window

Usage

Connect your device to your computer using a USB cable. Then press the button and disconnect your USB once the plugin connects your device over WiFi. You can now deploy, run and debug your device using your WiFi connection. Remember that your device and your computer have to be in the same WiFi connection.

If you want to handle your devices connection individually, open the Android WiFi ADB dashboard you will find at the right of your IDE.

Installation

Download and install Android WiFi ADB directly from Intellij / Android Studio: Preferences/Settings->Plugins->Browse Repositories

Alternatively, you can download the plugin from the JetBrains plugin site and install it manually in: Preferences/Settings->Plugins->Install plugin from disk.

Build the project

If you need some information about how to build this project review IntelliJ Idea's Gradle Plugin documentation.

项目地址:https://github.com/pedrovgs/AndroidWiFiADB
0 0
原创粉丝点击