# ConnectBot **Repository Path**: demos/ConnectBot ## Basic Information - **Project Name**: ConnectBot - **Description**: ConnectBot SSH Client - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-01-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: networklib **Tags**: None ## README Compiling --------- To compile ConnectBot using Ant, you must specify where your Android SDK is via the local.properties file. Insert a line similar to the following with the full path to your SDK: sdk.dir=/usr/local/android ProGuard Support ---------------- Download the ProGuard distribution from its website at http://proguard.sourceforge.net/ and place the proguard.jar into the "tools" subdirectory in the ConnectBot root directory. When running ant to build ConnectBot and engage ProGuard, use: ant proguard release Enjoy it!