Rjaylyn / connectbot

Automatically exported from code.google.com/p/connectbot
https://www.google.com.ph/search?ie=UTF-8&client=ms-android-samsung&source=android-browser&q=goolplay+store&gws_rd=cr&ei=59nsVtusNaS1mAXXxJzwBw#aie=aig:xpd&gws_rd=cr
Apache License 2.0
1 stars 0 forks source link

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