diff options
author | Kenny Root <kenny@the-b.org> | 2009-12-18 19:43:15 +0000 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2009-12-18 19:43:15 +0000 |
commit | bada2a32d3e215df56ccee2d698c65182373ce9d (patch) | |
tree | 94cfa4f658a3976fc0fdb56f046e3cb9b5e1c9c2 /README | |
parent | f258841d5aa686037354f156a57beb601baeaa4d (diff) | |
download | connectbot-bada2a32d3e215df56ccee2d698c65182373ce9d.tar.gz connectbot-bada2a32d3e215df56ccee2d698c65182373ce9d.tar.bz2 connectbot-bada2a32d3e215df56ccee2d698c65182373ce9d.zip |
Update README and build.xml for Eclair
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@446 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -3,20 +3,7 @@ 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 +sdk.dir=/usr/local/android ProGuard Support |