Index: /issm/trunk-jpl/externalpackages/android/README
===================================================================
--- /issm/trunk-jpl/externalpackages/android/README	(revision 11646)
+++ /issm/trunk-jpl/externalpackages/android/README	(revision 11647)
@@ -4,16 +4,5 @@
  * This is a temporary readme file for the installation of the Android emulator.
  */
-1) Download the Android SDK <http://developer.android.com/sdk/index.html>. 
-2) Add to your PATH the following:
-	ANDROID_HOME=~/android-sdk-macosx
-	PATH=${PATH}:ANDROID_HOME/platforms/android-15/:~ANDROID_HOME/platform-tools/:ANDROID_HOME/tools/
-3) Run Android and install the newest Android distribution(as of the last update: android-15)
-4) Navigate to the project directory and run Android update project ./
-5) Run ant debug.
-6) Initiate an emulator by entering:
-	1) android list targets (this will produce a list of available of system image targets)
-	2) android create avd -n <name> -t<targetID> (Choose targetID to match android-15)
-7) Start up the emulator by entering: emulator -avd <avd_name>
-8) Install the app by entering: adb install <path_to_your_bin>.apk
 
-The app should be installed and ready to run from the virtual device!
+1) Ensure a the Java SDK and JRE are properly installed.
+2) Run the install script to set up the Android SDK(Software Development Kit) and NDK(Native Development Kit).
Index: /issm/trunk-jpl/externalpackages/android/install.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/android/install.sh	(revision 11647)
+++ /issm/trunk-jpl/externalpackages/android/install.sh	(revision 11647)
@@ -0,0 +1,10 @@
+# Remove prior installations.
+rm -rf android-ndk-r7b
+rm -rf android-sdk-macosx
+rm -rf apache-ant-1.8.2-bin.zip
+
+echo "Directories/Files Removed!"
+
+# Install Android SDK and NDK.
+tar -zxvf android-ndk-r7b-darwin-x86.tar.bz2
+unzip android-sdk_r16-macosx.zip
