diff --git a/ProyectoAndroid/ChessTrack/.classpath b/ProyectoAndroid/ChessTrack/.classpath
new file mode 100644
index 0000000000000000000000000000000000000000..7bc01d9a9c6873b7e4fea3b29ee945267845ae86
--- /dev/null
+++ b/ProyectoAndroid/ChessTrack/.classpath
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="gen"/>
+	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
+	<classpathentry kind="output" path="bin/classes"/>
+</classpath>
diff --git a/ProyectoAndroid/ChessTrack/.project b/ProyectoAndroid/ChessTrack/.project
new file mode 100644
index 0000000000000000000000000000000000000000..b2bc8c1c5e5bfc1ff61951ffdc2a64fd2c00aaae
--- /dev/null
+++ b/ProyectoAndroid/ChessTrack/.project
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>ChessTrack</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>com.android.ide.eclipse.adt.ApkBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>
diff --git a/ProyectoAndroid/ChessTrack/.settings/org.eclipse.jdt.core.prefs b/ProyectoAndroid/ChessTrack/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000000000000000000000000000000000000..b080d2ddc88fb0b4d7c93cd4d361c775525b4dbb
--- /dev/null
+++ b/ProyectoAndroid/ChessTrack/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,4 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/ProyectoAndroid/ChessTrack/AndroidManifest.xml b/ProyectoAndroid/ChessTrack/AndroidManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c9b12a57560385e229ed4d238e768692bc40ebdc
--- /dev/null
+++ b/ProyectoAndroid/ChessTrack/AndroidManifest.xml
@@ -0,0 +1,17 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="uy.edu.fing.chesstrack"
+    android:versionCode="1"
+    android:versionName="1.0" >
+
+    <uses-sdk
+        android:minSdkVersion="9"
+        android:targetSdkVersion="10" />
+
+    <application
+        android:allowBackup="true"
+        android:icon="@drawable/ic_launcher"
+        android:label="@string/app_name"
+        android:theme="@style/AppTheme" >
+    </application>
+
+</manifest>
diff --git a/ProyectoAndroid/ChessTrack/bin/AndroidManifest.xml b/ProyectoAndroid/ChessTrack/bin/AndroidManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c9b12a57560385e229ed4d238e768692bc40ebdc
--- /dev/null
+++ b/ProyectoAndroid/ChessTrack/bin/AndroidManifest.xml
@@ -0,0 +1,17 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="uy.edu.fing.chesstrack"
+    android:versionCode="1"
+    android:versionName="1.0" >
+
+    <uses-sdk
+        android:minSdkVersion="9"
+        android:targetSdkVersion="10" />
+
+    <application
+        android:allowBackup="true"
+        android:icon="@drawable/ic_launcher"
+        android:label="@string/app_name"
+        android:theme="@style/AppTheme" >
+    </application>
+
+</manifest>
diff --git a/ProyectoAndroid/ChessTrack/gen/uy/edu/fing/chesstrack/BuildConfig.java b/ProyectoAndroid/ChessTrack/gen/uy/edu/fing/chesstrack/BuildConfig.java
new file mode 100644
index 0000000000000000000000000000000000000000..d5d2accb09b05a0de2c55022cb88ebf4a6986215
--- /dev/null
+++ b/ProyectoAndroid/ChessTrack/gen/uy/edu/fing/chesstrack/BuildConfig.java
@@ -0,0 +1,6 @@
+/** Automatically generated file. DO NOT MODIFY */
+package uy.edu.fing.chesstrack;
+
+public final class BuildConfig {
+    public final static boolean DEBUG = true;
+}
\ No newline at end of file
diff --git a/ProyectoAndroid/ChessTrack/gen/uy/edu/fing/chesstrack/R.java b/ProyectoAndroid/ChessTrack/gen/uy/edu/fing/chesstrack/R.java
new file mode 100644
index 0000000000000000000000000000000000000000..dc999cc3aa84b46691289c61ccd62cb944eff877
--- /dev/null
+++ b/ProyectoAndroid/ChessTrack/gen/uy/edu/fing/chesstrack/R.java
@@ -0,0 +1,36 @@
+/* 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 uy.edu.fing.chesstrack;
+
+public final class R {
+    public static final class attr {
+    }
+    public static final class drawable {
+        public static final int ic_launcher=0x7f020000;
+    }
+    public static final class string {
+        public static final int app_name=0x7f030000;
+    }
+    public static final class style {
+        /** 
+        Base application theme, dependent on API level. This theme is replaced
+        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
+    
+
+            Theme customizations available in newer API levels can go in
+            res/values-vXX/styles.xml, while customizations related to
+            backward-compatibility can go here.
+        
+         */
+        public static final int AppBaseTheme=0x7f040000;
+        /**  Application theme. 
+ All customizations that are NOT specific to a particular API-level can go here. 
+         */
+        public static final int AppTheme=0x7f040001;
+    }
+}
diff --git a/ProyectoAndroid/ChessTrack/ic_launcher-web.png b/ProyectoAndroid/ChessTrack/ic_launcher-web.png
new file mode 100644
index 0000000000000000000000000000000000000000..a73f7572b75156162deb5976469a2970372a54bf
Binary files /dev/null and b/ProyectoAndroid/ChessTrack/ic_launcher-web.png differ
diff --git a/ProyectoAndroid/ChessTrack/proguard-project.txt b/ProyectoAndroid/ChessTrack/proguard-project.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f2fe1559a217865a5454add526dcc446f892385b
--- /dev/null
+++ b/ProyectoAndroid/ChessTrack/proguard-project.txt
@@ -0,0 +1,20 @@
+# To enable ProGuard in your project, edit project.properties
+# to define the proguard.config property as described in that file.
+#
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in ${sdk.dir}/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the ProGuard
+# include property in project.properties.
+#
+# For more details, see
+#   http://developer.android.com/guide/developing/tools/proguard.html
+
+# Add any project specific keep options here:
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+#   public *;
+#}
diff --git a/ProyectoAndroid/ChessTrack/project.properties b/ProyectoAndroid/ChessTrack/project.properties
new file mode 100644
index 0000000000000000000000000000000000000000..b7c2081d560fdc20da7de29311a09e6cfa7defb8
--- /dev/null
+++ b/ProyectoAndroid/ChessTrack/project.properties
@@ -0,0 +1,14 @@
+# 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 edit
+# "ant.properties", and override values to adapt the script to your
+# project structure.
+#
+# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
+#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
+
+# Project target.
+target=android-10
diff --git a/ProyectoAndroid/ChessTrack/res/drawable-hdpi/ic_launcher.png b/ProyectoAndroid/ChessTrack/res/drawable-hdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..3a8a89661e408a3797deca5235866d81efadd218
Binary files /dev/null and b/ProyectoAndroid/ChessTrack/res/drawable-hdpi/ic_launcher.png differ
diff --git a/ProyectoAndroid/ChessTrack/res/drawable-mdpi/ic_launcher.png b/ProyectoAndroid/ChessTrack/res/drawable-mdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..29ee016f0f8affb768dbbed34d82aabcfc3b30a9
Binary files /dev/null and b/ProyectoAndroid/ChessTrack/res/drawable-mdpi/ic_launcher.png differ
diff --git a/ProyectoAndroid/ChessTrack/res/drawable-xhdpi/ic_launcher.png b/ProyectoAndroid/ChessTrack/res/drawable-xhdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..9e31898e50a87db2181d3a0039c45f9a645d7db7
Binary files /dev/null and b/ProyectoAndroid/ChessTrack/res/drawable-xhdpi/ic_launcher.png differ
diff --git a/ProyectoAndroid/ChessTrack/res/drawable-xxhdpi/ic_launcher.png b/ProyectoAndroid/ChessTrack/res/drawable-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..349560f2060ece7a85943c9393c9a696c47c5a3d
Binary files /dev/null and b/ProyectoAndroid/ChessTrack/res/drawable-xxhdpi/ic_launcher.png differ
diff --git a/ProyectoAndroid/ChessTrack/res/values/strings.xml b/ProyectoAndroid/ChessTrack/res/values/strings.xml
new file mode 100644
index 0000000000000000000000000000000000000000..7ecd48b3b4bde6bc2b1140cf23f26f8782ad036c
--- /dev/null
+++ b/ProyectoAndroid/ChessTrack/res/values/strings.xml
@@ -0,0 +1,5 @@
+<resources>
+
+    <string name="app_name">ChessTrack</string>
+
+</resources>
diff --git a/ProyectoAndroid/ChessTrack/res/values/styles.xml b/ProyectoAndroid/ChessTrack/res/values/styles.xml
new file mode 100644
index 0000000000000000000000000000000000000000..6ce89c7ba4394d8cab27953d41456ce234ca37c3
--- /dev/null
+++ b/ProyectoAndroid/ChessTrack/res/values/styles.xml
@@ -0,0 +1,20 @@
+<resources>
+
+    <!--
+        Base application theme, dependent on API level. This theme is replaced
+        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
+    -->
+    <style name="AppBaseTheme" parent="android:Theme.Light">
+        <!--
+            Theme customizations available in newer API levels can go in
+            res/values-vXX/styles.xml, while customizations related to
+            backward-compatibility can go here.
+        -->
+    </style>
+
+    <!-- Application theme. -->
+    <style name="AppTheme" parent="AppBaseTheme">
+        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
+    </style>
+
+</resources>