JetBrains Marketplace

AdbVortex

Share your computer's internet with any Android device via ADB — directly from Android Studio or IntelliJ IDEA. One click, zero config.

⚡ Install Plugin ★ GitHub
AdbVortex — Tool Window
🌀 AdbVortex ready. Connect your device and press Start.
Proxy started on http://127.0.0.1:8080
  🔌 Initiating AutoConnect...
✅ Proxy started on http://127.0.0.1:8080
📱 Device detected: ddb95d2e
↔️ Setting up ADB redirect (port 8080)...
✅ Proxy started on 127.0.0.1:8080

// Features

Everything you need, nothing you don't.

🧩

One-click Proxy

Start or stop the HTTP proxy bridge between your machine and Android device with a single button.

🔍

Auto Device Detection

AdbVortex automatically detects ADB-connected devices and sets up routing — no manual configuration needed.

⚙️

Real-time Logs

Live connection logs displayed inside the IDE Tool Window, so you always know what traffic is flowing.

🚀

Local API Testing

Perfect for testing backend APIs, staging servers, and internal environments not publicly accessible from the device.

🛡️

Zero External Dependency

Uses the ADB binary already bundled in your IDE. No additional software or VPN clients required.

🌀

IntelliJ + Android Studio

Works seamlessly in both Android Studio and IntelliJ IDEA as a native Tool Window plugin.

// How it works

Three steps. Done.

01

Start the proxy

Click Start Proxy in the AdbVortex Tool Window. A lightweight HTTP proxy starts on your machine at the default port.

127.0.0.1:8080
02

ADB reverse routing

The plugin runs ADB commands to create a reverse tunnel from your Android device back to your computer automatically.

adb reverse tcp:8080 tcp:8080
03

Traffic flows through your PC

Your app on the device sends HTTP requests through your host machine. Access localhost services, internal APIs, or any non-public endpoint.

adb shell settings put global http_proxy 127.0.0.1:8080

// Screenshots

See it in action.

Proxy Running
AdbVortex running
Proxy Stopped
AdbVortex stopped

// Installation

Get up and running in seconds.

🛒 From Marketplace

  1. Open Android Studio or IntelliJ IDEA
  2. Go to Settings → Plugins
  3. Search "AdbVortex"
  4. Click Install and restart

💾 Manual Install

  1. Download .zip from the Marketplace page
  2. Open Settings → Plugins
  3. Click ⚙ → Install from disk
  4. Select the .zip and restart

Start proxying.

Free. Open source. MIT license.

⚡ Install on JetBrains Marketplace ☕ Buy me a coffee