# GAEProxy **Repository Path**: 1mf2/GAEProxy ## Basic Information - **Project Name**: GAEProxy - **Description**: GAEProxy - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-07-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## TRAVIS CI STATUS [![Build Status](https://secure.travis-ci.org/madeye/gaeproxy.png)](http://travis-ci.org/madeye/gaeproxy) ## DOWNLOADS Latest Versions: [Google Drive] (https://drive.google.com/folderview?id=0B3YSrCJtFxYiZWtyNm1zX21Ca2c#list) ## PREREQUISITES * JDK 1.6+ * Maven 3.0.5 * Android SDK r17+ * Android NDK r8+ * Local Maven Dependencies ```bash 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 * Create your key following the instructions at http://developer.android.com/guide/publishing/app-signing.html#cert * Create a profile in your settings.xml file in ~/.m2 like this ```xml true /absolute/path/to/your.keystore youralias keypass storepass ``` * Invoke the building like this ```bash mvn clean install ```