
Installationĭownload and install Android WiFi ADB directly from Intellij / Android Studio: If you want to handle your devices connection individually, open the Android WiFi ADB dashboard you will find at the right of your IDE. Also, you have to first connect your device with a USB every time you open Android Studio, for setting up the connection over WiFi. Remember that your device and your computer have to be in the same WiFi connection. You can now deploy, run and debug your device using your WiFi connection. Your device will be connected over WiFi now. Open the Android WiFi ADB tab at the right side to see all the devices and manage your connections. Disconnect your USB once the plugin shows your device is connected. Then press the button, and a notification will pop up saying that the phone has been connected. ScreenshotsĬonnect your device to your computer using a USB cable. Most of the bugs reported ar related to the adb installation and not to the plugin code so this repository will keep archived for now. To use this plugin the project opened in your IntelliJ/Android Studio has to be an Android project configured with the Android SDK.Īrchived repository: Maintaining this project up to date for all the different Android devices without having access to the physical devices is not possible at all right now. Press one button and forget about your USB cable.Īndroid WiFI ADB plugin adds a button to your IntelliJ/Android Studio Toolbar to connect your device to your computer over WiFi. 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. Type adb devices and press enter, your device should appear in the list.Android WiFi ADB - IntelliJ/Android Studio Plugin.Type adb connect 192.168.0.x to connect wirelessly using the IP from your device.In newer Android devices, go to WiFi > Advanced, and locate the IPv4 address.



Find out the device’s current WiFi IP address:.You’ll get the message: restarting in TCP mode port: 5555 after a few seconds.In the same command line, type adb tcpip 5555 to switch ports.Ensure the connection is successful by typing adb devices in a command line window.Connect your device normally via USB cable.However, you can connect your device via WiFi and deploy and debug your app normally following these steps. This process can become tedious because the phone or tablet must be connected via USB cable to your computer. Developing mobile apps using Apache Cordova or any other platform involves constantly deploying your app to real devices.
