Proxydroid
Global Proxy for Android
Install / Use
/learn @madeye/ProxydroidREADME
INTRO
Global Proxy App for Android System
ProxyDroid is distributed under GPLv3 with many other open source software, here is a list of them:
- redsocks - transparent socks redirector: http://darkk.net.ru/redsocks/
- tun2socks - VPN-based transparent proxy
- netfilter/iptables - NAT module: http://www.netfilter.org/
PREREQUISITES
- JDK 11+
- Android Studio or Gradle 8.1+
- Android SDK (compileSdk 33)
- Android NDK 25.1.8937393
- CMake 3.22.1
BUILD
Using Android Studio
- Open the project in Android Studio
- Sync Gradle files
- Build the project using
Build > Make Project
Using Command Line
./gradlew assembleDebug
For release build:
./gradlew assembleRelease
PROJECT STRUCTURE
app/
├── src/main/
│ ├── java/org/proxydroid/ # Kotlin source files
│ │ ├── ProxyDroid.kt # Main activity
│ │ ├── ProxyDroidService.kt
│ │ ├── ProxyDroidVpnService.kt
│ │ ├── AppManager.kt
│ │ ├── Profile.kt
│ │ └── utils/ # Utility classes
│ └── cpp/ # Native code
│ ├── exec/ # Native exec helper
│ ├── libevent/ # libevent library
│ ├── redsocks/ # redsocks proxy
│ └── tun2socks/ # tun2socks VPN helper
└── build.gradle
SUPPORTED ARCHITECTURES
- armeabi-v7a
- arm64-v8a
- x86
- x86_64
REQUIREMENTS
- Minimum SDK: 21 (Android 5.0)
- Target SDK: 33 (Android 13)
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
