Go to file
Kenny Root 828e5f5f85 Add Eclipse-specific files
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@287 df292f66-193f-0410-a5fc-6d59da041ff2
2009-06-12 19:52:23 +00:00
.settings Add Eclipse-specific files 2009-06-12 19:52:23 +00:00
assets/help * Add rudimentary help system. 2008-11-16 13:45:08 +00:00
res Port forward activity fixes 2009-06-11 16:38:34 +00:00
src Add back in stderr skipping in Relay 2009-06-12 14:38:38 +00:00
tests Add Eclipse-specific files 2009-06-12 19:52:23 +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 manifest for 1.4 release 2009-06-03 03:54:47 +00:00
LICENSE Merging back in the jcterm branch 2007-11-21 05:32:39 +00:00
README Added instructions for compiling with Ant and how to localize the package with Ant or Eclipse 2009-05-11 19:34:18 +00:00
build.properties Add in SDK 1.5 generated tests subdir 2009-05-05 19:37:27 +00:00
build.xml Fix tab issue in build.xml 2009-06-02 22:42:40 +00:00
default.properties Add in SDK 1.5 generated tests subdir 2009-05-05 19:37:27 +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-location=/usr/local/android


Localization
------------

To use only a specific localization or localizations in your ConnectBot build using Ant, simply insert lines into default.properties similar to these:

apk-configurations=english,europe,asia
apk-config-english=en
apk-config-europe=en,fr,it,de,es
apk-config-asia=en,zh_CN

You may also configure this via Eclipse via Project Properties -> Android -> Project APK Configurations