diff --git a/clients/android/old-uploader/.gitignore b/clients/android/old-uploader/.gitignore
deleted file mode 100644
index 7b34ae85a..000000000
--- a/clients/android/old-uploader/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-bin
-gen
-*~
-local.properties
diff --git a/clients/android/old-uploader/AndroidManifest.xml b/clients/android/old-uploader/AndroidManifest.xml
deleted file mode 100644
index 81183f64c..000000000
--- a/clients/android/old-uploader/AndroidManifest.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/clients/android/old-uploader/build.properties b/clients/android/old-uploader/build.properties
deleted file mode 100644
index edc7f2305..000000000
--- a/clients/android/old-uploader/build.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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.
-
diff --git a/clients/android/old-uploader/build.xml b/clients/android/old-uploader/build.xml
deleted file mode 100644
index eb5d6501a..000000000
--- a/clients/android/old-uploader/build.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/clients/android/old-uploader/default.properties b/clients/android/old-uploader/default.properties
deleted file mode 100644
index 9d79b12c7..000000000
--- a/clients/android/old-uploader/default.properties
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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,
-# "build.properties", and override values to adapt the script to your
-# project structure.
-
-# Project target.
-target=android-4
diff --git a/clients/android/old-uploader/local.properties.template b/clients/android/old-uploader/local.properties.template
deleted file mode 100644
index 2d779674f..000000000
--- a/clients/android/old-uploader/local.properties.template
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copy this file to one named 'local.properties' in this directory to
-# build with Ant.
-sdk.dir=/home/YOU/sdk/android/
-#sdk.dir=/home/YOU/sdk/android/or/wherever/you/put/it
-
-
-
diff --git a/clients/android/old-uploader/res/layout/main.xml b/clients/android/old-uploader/res/layout/main.xml
deleted file mode 100644
index 348dc0faa..000000000
--- a/clients/android/old-uploader/res/layout/main.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
diff --git a/clients/android/old-uploader/res/values/strings.xml b/clients/android/old-uploader/res/values/strings.xml
deleted file mode 100644
index 57d9f4740..000000000
--- a/clients/android/old-uploader/res/values/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- ConfigActivity
-
diff --git a/clients/android/old-uploader/src/com/danga/camlistore/uploader/ConfigActivity.java b/clients/android/old-uploader/src/com/danga/camlistore/uploader/ConfigActivity.java
deleted file mode 100644
index 06fe916d9..000000000
--- a/clients/android/old-uploader/src/com/danga/camlistore/uploader/ConfigActivity.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package com.danga.camlistore.uploader;
-
-import android.app.Activity;
-import android.os.Bundle;
-
-public class ConfigActivity extends Activity
-{
- /** Called when the activity is first created. */
- @Override
- public void onCreate(Bundle savedInstanceState)
- {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.main);
- }
-}