• Stars
    star
    2,240
  • Rank 20,569 (Top 0.5 %)
  • Language
    C
  • Created almost 13 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Global Proxy for Android

INTRO

Global Proxy App for Android System

ProxyDroid is distributed under GPLv3 with many other open source software, here is a list of them:

TRAVIS CI STATUS

Build Status

Nightly Builds

PREREQUISITES

  • JDK 1.6+

  • Maven 3.0.5

  • Android SDK r17+

  • Android NDK r8+

  • Local Maven Dependencies

    Use Maven Android SDK Deployer to install all android related dependencies.

    git clone https://github.com/mosabua/maven-android-sdk-deployer.git 
    pushd maven-android-sdk-deployer
    export ANDROID_HOME=/path/to/android/sdk
    mvn install -P 4.1
    popd

BUILD

Invoke the building like this

  mvn clean install