diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-06-28 12:32:58 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-06-28 12:32:58 -0700 |
commit | 08870a71aad1e550bfabd58af82a2a95413ef9d5 (patch) | |
tree | 94d054c3c262270edb6334312bd98ff042c009e6 /java | |
parent | Fix (ICE-8174) - .NET IceSSL failure on Windows 7 (diff) | |
download | ice-08870a71aad1e550bfabd58af82a2a95413ef9d5.tar.bz2 ice-08870a71aad1e550bfabd58af82a2a95413ef9d5.tar.xz ice-08870a71aad1e550bfabd58af82a2a95413ef9d5.zip |
ICE-8178 - android build instructions
Diffstat (limited to 'java')
-rw-r--r-- | java/android/BuildInstructions.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/android/BuildInstructions.md b/java/android/BuildInstructions.md index 12f8246c86f..aed0ea0ca2a 100644 --- a/java/android/BuildInstructions.md +++ b/java/android/BuildInstructions.md @@ -47,7 +47,7 @@ by the binary distributions for our supported platforms. ### Bzip2 Compression Ice for Android supports protocol compression using the bzip2 classes included -with Apache Ant or available separately from [kohsuke.org](). +with [Apache Commons Compress][2]. The Maven package id for the bzip2 JAR file is as follows: @@ -122,3 +122,4 @@ the available image names in your host by using `emulator -list-avds`. Images can be created using Android Studio. [1]: https://zeroc.com/distributions/ice +[2]: https://commons.apache.org/proper/commons-compress/ |