Web Analytics

frp-android

⭐ 215 stars English by jahen

frp-android

A frp client for Android. An frp client for the Android platform.

About frp

frp is a high-performance reverse proxy application focused on intranet penetration, supporting multiple protocols such as TCP, UDP, HTTP, and HTTPS.

Features

Build Instructions

Environment Requirements

Build Steps

# 克隆仓库
git clone https://github.com/jahen/frp-android.git
cd frp-android

构建 Debug

./gradlew assembleDebug

构建 Release(默认使用 debug 签名,如需正式签名请配置 keystore)

./gradlew assembleRelease

Release Signing (Optional)

If you need to sign the Release package using a custom keystore:

# keystore.properties 示例
storeFile=../release.keystore
storePassword=your_store_password
keyAlias=your_key_alias
keyPassword=your_key_password

注意:keystore.properties*.keystore 已加入 .gitignore,切勿提交!

许可证

Apache License 2.0

--- Tranlated By Open Ai Tx | Last indexed: 2026-06-16 ---