Index: /issm/trunk-jpl/externalpackages/android-sdk/install.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/android-sdk/install.sh	(revision 11924)
+++ /issm/trunk-jpl/externalpackages/android-sdk/install.sh	(revision 11925)
@@ -2,5 +2,5 @@
 #which is needed for the compilation of the Java project. 
 
-step=2;
+step=3;
 
 #Different steps here. 
@@ -35,5 +35,5 @@
 	#Note: API 15 corresponds to Android 4.0.3
 
-	cd install-sdk/tools/ && source ./android update sdk -t platform-tools,android-15 --no-ui
+	cd install-sdk/tools/ && source ./android update sdk -t platform-tools,android-15,android-14,system-image --no-ui
 
 fi
@@ -62,7 +62,12 @@
 
 if [[ $step == "3" ]]; then
-	
+	#Here we will start up our default emulator to test that it is working properly.
+    #Once the device has booted we will use the Android Debug Bridge tool to gain
+    #a terminal in our device.
+
 	cd $present_dir/install-sdk/tools
-	./emulator -avd $default_droid
+	./emulator -avd $default_droid &
+    cd ../platform-tools
+    ./adb wait-for-device shell
 
 fi
