您的位置:首页 > 移动开发 > Android开发

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

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





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

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:





Devices dashboard:





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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: