Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biged/connectbot
Automatically exported from code.google.com/p/connectbot
https://github.com/biged/connectbot
Last synced: 20 days ago
JSON representation
Automatically exported from code.google.com/p/connectbot
- Host: GitHub
- URL: https://github.com/biged/connectbot
- Owner: BigEd
- License: apache-2.0
- Created: 2015-04-27T15:36:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T15:39:05.000Z (over 9 years ago)
- Last Synced: 2024-10-31T06:01:37.368Z (2 months ago)
- Language: Java
- Size: 3.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 434
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
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