summaryrefslogtreecommitdiff
path: root/java/BuildInstructions.md
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2015-05-19 14:42:52 -0700
committerMark Spruiell <mes@zeroc.com>2015-05-19 14:42:52 -0700
commitfdd44e8ee5533ced1ece0ffd50f883ad914e5060 (patch)
tree6388b6ab0908e1c80d47084e17dbc4ace49ff81f /java/BuildInstructions.md
parentICE-5955 fix build warning (diff)
downloadice-fdd44e8ee5533ced1ece0ffd50f883ad914e5060.tar.bz2
ice-fdd44e8ee5533ced1ece0ffd50f883ad914e5060.tar.xz
ice-fdd44e8ee5533ced1ece0ffd50f883ad914e5060.zip
adding Android build instructions
Diffstat (limited to 'java/BuildInstructions.md')
-rw-r--r--java/BuildInstructions.md39
1 files changed, 0 insertions, 39 deletions
diff --git a/java/BuildInstructions.md b/java/BuildInstructions.md
index 27dab5a4e59..5bb7279f61f 100644
--- a/java/BuildInstructions.md
+++ b/java/BuildInstructions.md
@@ -187,45 +187,6 @@ The installation installs the following JAR files to `<prefix>/lib`.
POM files are also installed for ease of deployment to a maven-based distribution
system.
-## Ice for Android
-
-Ice requires Android 4.2 or later. The JAR files created and installed by the
-standard Java build as detailed above fully support Android. However, for ease
-of development and testing of Ice itself, an Android Studio project is bundled
-in the source distribution which itself builds all required Ice JAR files.
-This is not necessary for your own projects as it considerably complicates the
-project configuration.
-
-Building any Ice application for Android requires Android Studio and the Android
-SDK build tools. We tested the following:
-
-- Android Studio 1.0.0.
-- Android SDK Build-tools 21.1.1
-
-Ice requires at minimum API level 17:
-
-- Android 4.2.2 (API17)
-
-The bundled project builds Ice and a test suite application.
-
-If you want to target a later version of the Android API level for the test
-suite, edit `android/gradle.properties` and change the following variables:
-
- ice_compileSdkVersion
- ice_minSdkVersion
- ice_targetSdkVersion
-
-To import the Ice for Android project into Android Studio follow these steps
-
-1. Start Android studio
-2. Select Open Project
-3. Navigate to the android subdirectory
-4. You should now have an "Import Project from Gradle" dialog
-5. Ensure "Use default gradle wrapper" is selected and press OK
-
-The Android Studio project contains a `testApp` application to run the Ice test
-suite. To run the application, select it in the configuration pull down and run it.
-
## Running the Java Tests
Some of the Ice for Java tests employ applications that are part of the Ice for