Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/AndroidManifest.xml
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/AndroidManifest.xml	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/AndroidManifest.xml	(revision 11478)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+      package="com.example.helloworld"
+      android:versionCode="1"
+      android:versionName="1.0">
+    <application android:label="@string/app_name" >
+        <activity android:name="HelloWorldAppActivity"
+                  android:label="@string/app_name">
+            <intent-filter>
+                <action android:name="android.intent.action.MAIN" />
+                <category android:name="android.intent.category.LAUNCHER" />
+            </intent-filter>
+        </activity>
+    </application>
+</manifest> 
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/ant.properties
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/ant.properties	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/ant.properties	(revision 11478)
@@ -0,0 +1,17 @@
+# This file is used to override default values used by the Ant build system.
+#
+# This file must be checked in Version Control Systems, as it is
+# integral to the build system of your project.
+
+# This file is only used by the Ant script.
+
+# You can use this to override default values such as
+#  'source.dir' for the location of your java source folder and
+#  'out.dir' for the location of your output folder.
+
+# You can also use it define how the release builds are signed by declaring
+# the following properties:
+#  'key.store' for the location of your keystore and
+#  'key.alias' for the name of the key to use.
+# The password will be asked during the build when you use the 'release' target.
+
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/bin/HelloWorldApp-debug-unaligned.apk.d
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/bin/HelloWorldApp-debug-unaligned.apk.d	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/bin/HelloWorldApp-debug-unaligned.apk.d	(revision 11478)
@@ -0,0 +1,3 @@
+/Users/gperez/HelloWorldAppProject/bin/HelloWorldApp-debug-unaligned.apk : \
+/Users/gperez/HelloWorldAppProject/bin/HelloWorldApp.ap_ \
+/Users/gperez/HelloWorldAppProject/bin/classes.dex \
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/bin/HelloWorldApp.ap_.d
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/bin/HelloWorldApp.ap_.d	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/bin/HelloWorldApp.ap_.d	(revision 11478)
@@ -0,0 +1,4 @@
+/Users/gperez/HelloWorldAppProject/bin/HelloWorldApp.ap_ \
+ : /Users/gperez/HelloWorldAppProject/res/layout/main.xml \
+/Users/gperez/HelloWorldAppProject/res/values/strings.xml \
+/Users/gperez/HelloWorldAppProject/AndroidManifest.xml \
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/bin/build.prop
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/bin/build.prop	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/bin/build.prop	(revision 11478)
@@ -0,0 +1,10 @@
+#Last build type
+#Tue, 21 Feb 2012 11:52:47 -0800
+
+build.last.target=debug
+
+build.last.is.instrumented=false
+
+build.last.is.packaging.debug=true
+
+build.last.is.signing.debug=true
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/bin/classes.dex.d
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/bin/classes.dex.d	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/bin/classes.dex.d	(revision 11478)
@@ -0,0 +1,1 @@
+/Users/gperez/HelloWorldAppProject/bin/classes.dex : \
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/build.xml
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/build.xml	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/build.xml	(revision 11478)
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="HelloWorldApp" default="help">
+
+    <!-- The local.properties file is created and updated by the 'android' tool.
+         It contains the path to the SDK. It should *NOT* be checked into
+         Version Control Systems. -->
+    <property file="local.properties" />
+
+    <!-- The ant.properties file can be created by you. It is only edited by the
+         'android' tool to add properties to it.
+         This is the place to change some Ant specific build properties.
+         Here are some properties you may want to change/update:
+
+         source.dir
+             The name of the source directory. Default is 'src'.
+         out.dir
+             The name of the output directory. Default is 'bin'.
+
+         For other overridable properties, look at the beginning of the rules
+         files in the SDK, at tools/ant/build.xml
+
+         Properties related to the SDK location or the project target should
+         be updated using the 'android' tool with the 'update' action.
+
+         This file is an integral part of the build system for your
+         application and should be checked into Version Control Systems.
+
+         -->
+    <property file="ant.properties" />
+
+    <!-- The project.properties file is created and updated by the 'android'
+         tool, as well as ADT.
+
+         This contains project specific properties such as project target, and library
+         dependencies. Lower level build properties are stored in ant.properties
+         (or in .classpath for Eclipse projects).
+
+         This file is an integral part of the build system for your
+         application and should be checked into Version Control Systems. -->
+    <loadproperties srcFile="project.properties" />
+
+    <!-- quick check on sdk.dir -->
+    <fail
+            message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var"
+            unless="sdk.dir"
+    />
+
+
+<!-- extension targets. Uncomment the ones where you want to do custom work
+     in between standard targets -->
+<!--
+    <target name="-pre-build">
+    </target>
+    <target name="-pre-compile">
+    </target>
+
+    /* This is typically used for code obfuscation.
+       Compiled code location: ${out.classes.absolute.dir}
+       If this is not done in place, override ${out.dex.input.absolute.dir} */
+    <target name="-post-compile">
+    </target>
+-->
+
+    <!-- Import the actual build file.
+
+         To customize existing targets, there are two options:
+         - Customize only one target:
+             - copy/paste the target into this file, *before* the
+               <import> task.
+             - customize it to your needs.
+         - Customize the whole content of build.xml
+             - copy/paste the content of the rules files (minus the top node)
+               into this file, replacing the <import> task.
+             - customize to your needs.
+
+         ***********************
+         ****** IMPORTANT ******
+         ***********************
+         In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
+         in order to avoid having your file be overridden by tools such as "android update project"
+    -->
+    <!-- version-tag: 1 -->
+    <import file="${sdk.dir}/tools/ant/build.xml" />
+
+</project>
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/gen/R.java.d
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/gen/R.java.d	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/gen/R.java.d	(revision 11478)
@@ -0,0 +1,4 @@
+/Users/gperez/HelloWorldAppProject/gen/com/example/helloworld/R.java \
+ : /Users/gperez/HelloWorldAppProject/res/layout/main.xml \
+/Users/gperez/HelloWorldAppProject/res/values/strings.xml \
+/Users/gperez/HelloWorldAppProject/AndroidManifest.xml \
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/gen/com/example/helloworld/R.java
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/gen/com/example/helloworld/R.java	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/gen/com/example/helloworld/R.java	(revision 11478)
@@ -0,0 +1,19 @@
+/* AUTO-GENERATED FILE.  DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found.  It
+ * should not be modified by hand.
+ */
+
+package com.example.helloworld;
+
+public final class R {
+    public static final class attr {
+    }
+    public static final class layout {
+        public static final int main=0x7f020000;
+    }
+    public static final class string {
+        public static final int app_name=0x7f030000;
+    }
+}
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/local.properties
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/local.properties	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/local.properties	(revision 11478)
@@ -0,0 +1,10 @@
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must *NOT* be checked in Version Control Systems,
+# as it contains information specific to your local configuration.
+
+# location of the SDK. This is only used by Ant
+# For customization when using a Version Control System, please read the
+# header note.
+sdk.dir=/Users/gperez/android-sdk-macosx
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/proguard.cfg
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/proguard.cfg	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/proguard.cfg	(revision 11478)
@@ -0,0 +1,40 @@
+-optimizationpasses 5
+-dontusemixedcaseclassnames
+-dontskipnonpubliclibraryclasses
+-dontpreverify
+-verbose
+-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
+
+-keep public class * extends android.app.Activity
+-keep public class * extends android.app.Application
+-keep public class * extends android.app.Service
+-keep public class * extends android.content.BroadcastReceiver
+-keep public class * extends android.content.ContentProvider
+-keep public class * extends android.app.backup.BackupAgentHelper
+-keep public class * extends android.preference.Preference
+-keep public class com.android.vending.licensing.ILicensingService
+
+-keepclasseswithmembernames class * {
+    native <methods>;
+}
+
+-keepclasseswithmembers class * {
+    public <init>(android.content.Context, android.util.AttributeSet);
+}
+
+-keepclasseswithmembers class * {
+    public <init>(android.content.Context, android.util.AttributeSet, int);
+}
+
+-keepclassmembers class * extends android.app.Activity {
+   public void *(android.view.View);
+}
+
+-keepclassmembers enum * {
+    public static **[] values();
+    public static ** valueOf(java.lang.String);
+}
+
+-keep class * implements android.os.Parcelable {
+  public static final android.os.Parcelable$Creator *;
+}
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/project.properties
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/project.properties	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/project.properties	(revision 11478)
@@ -0,0 +1,11 @@
+# This file is automatically generated by Android Tools.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must be checked in Version Control Systems.
+#
+# To customize properties used by the Ant build system use,
+# "ant.properties", and override values to adapt the script to your
+# project structure.
+
+# Project target.
+target=android-7
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/res/layout/main.xml
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/res/layout/main.xml	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/res/layout/main.xml	(revision 11478)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:orientation="vertical"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    >
+<TextView  
+    android:layout_width="fill_parent" 
+    android:layout_height="wrap_content" 
+    android:text="Hello World, HelloWorldAppActivity"
+    />
+</LinearLayout>
+
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/res/values/strings.xml
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/res/values/strings.xml	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/res/values/strings.xml	(revision 11478)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <string name="app_name">HelloWorldAppActivity</string>
+</resources>
Index: /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/src/com/example/helloworld/HelloWorldAppActivity.java
===================================================================
--- /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/src/com/example/helloworld/HelloWorldAppActivity.java	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/HelloWorldAppProject/src/com/example/helloworld/HelloWorldAppActivity.java	(revision 11478)
@@ -0,0 +1,15 @@
+package com.example.helloworld;
+
+import android.app.Activity;
+import android.os.Bundle;
+
+public class HelloWorldAppActivity extends Activity
+{
+    /** Called when the activity is first created. */
+    @Override
+    public void onCreate(Bundle savedInstanceState)
+    {
+        super.onCreate(savedInstanceState);
+        setContentView(R.layout.main);
+    }
+}
Index: /issm/trunk-jpl/externalpackages/android/README
===================================================================
--- /issm/trunk-jpl/externalpackages/android/README	(revision 11478)
+++ /issm/trunk-jpl/externalpackages/android/README	(revision 11478)
@@ -0,0 +1,19 @@
+//Written by: Gilberto Perez
+//Last Modified 2/21/2012
+/*
+ * 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!
