# connectbot **Repository Path**: hrb880/connectbot ## Basic Information - **Project Name**: connectbot - **Description**: 一个安卓平台ssh客户端工具 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: branch/1.8 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-01 - **Last Updated**: 2021-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Google Play ---------------- [![Get it on Google Play][2]][1] [1]: https://play.google.com/store/apps/details?id=org.connectbot [2]: https://developer.android.com/images/brand/en_generic_rgb_wo_60.png Translations ---------------- If you'd like to see ConnectBot translated into your language and you're willing to help, then head on over to https://translations.launchpad.net/connectbot/trunk/+pots/fortune Compiling ---------------- To compile ConnectBot using gradlew, you must first specify where your Android SDK and NDK are via the local.properties file. Insert a line similar to the following with the full path to your SDK: ``` sdk.dir=/opt/android-sdk ndk.dir=/opt/android-ndk ```