Go to file
Kenny Root bada2a32d3 Update README and build.xml for Eclair
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@446 df292f66-193f-0410-a5fc-6d59da041ff2
2009-12-18 19:43:15 +00:00
.settings Add Eclipse-specific files 2009-06-12 19:52:23 +00:00
assets/help Update in-program help files 2009-08-17 06:08:15 +00:00
jni Move JNI code into project 2009-11-17 20:01:01 +00:00
libs/armeabi Use ASE's JNI Exec code 2009-11-17 20:01:18 +00:00
res Update service to stay open on Eclair 2009-12-18 06:03:01 +00:00
src Do not allow 0 font size 2009-12-18 06:23:52 +00:00
tests Update unit tests to match new transport system 2009-06-15 16:56:02 +00:00
.classpath Add "gen" to classpath for Eclipse to use in SDK 1.5 2009-05-05 17:53:33 +00:00
.gitignore Add Eclipse-specific files 2009-06-12 19:52:23 +00:00
.project Add Eclipse-specific files 2009-06-12 19:52:23 +00:00
AndroidManifest.xml Update README and build.xml for Eclair 2009-12-18 19:43:15 +00:00
LICENSE Merging back in the jcterm branch 2007-11-21 05:32:39 +00:00
README Update README and build.xml for Eclair 2009-12-18 19:43:15 +00:00
build.properties Add in SDK 1.5 generated tests subdir 2009-05-05 19:37:27 +00:00
build.xml Update README and build.xml for Eclair 2009-12-18 19:43:15 +00:00
default.properties Update target API to 6 (SDK 2.0.1) 2009-12-18 06:02:47 +00:00

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