diff --git a/clients/android/NewsBlur/.classpath b/clients/android/NewsBlur/.classpath
deleted file mode 100644
index 6aed2ebfb..000000000
--- a/clients/android/NewsBlur/.classpath
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/clients/android/NewsBlur/.gitignore b/clients/android/NewsBlur/.gitignore
index cd98eecff..0fa4e2124 100644
--- a/clients/android/NewsBlur/.gitignore
+++ b/clients/android/NewsBlur/.gitignore
@@ -12,3 +12,6 @@ bin/
.metadata/
gen/
libs/ActionBarSherlock/
+.settings/
+.classpath
+.project
diff --git a/clients/android/NewsBlur/.project b/clients/android/NewsBlur/.project
deleted file mode 100644
index d75d55bf4..000000000
--- a/clients/android/NewsBlur/.project
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
- NewsBlur
-
-
- ActionBarSherlock
-
-
-
- com.android.ide.eclipse.adt.ResourceManagerBuilder
-
-
-
-
- com.android.ide.eclipse.adt.PreCompilerBuilder
-
-
-
-
- org.eclipse.jdt.core.javabuilder
-
-
-
-
- com.android.ide.eclipse.adt.ApkBuilder
-
-
-
-
-
- com.android.ide.eclipse.adt.AndroidNature
- org.eclipse.jdt.core.javanature
-
-
diff --git a/clients/android/NewsBlur/.settings/org.eclipse.jdt.core.prefs b/clients/android/NewsBlur/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 8000cd6ca..000000000
--- a/clients/android/NewsBlur/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,11 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/clients/android/NewsBlur/HOWTO-shellbuild.md b/clients/android/NewsBlur/HOWTO-shellbuild.md
index 32da718d6..67c07b3c1 100644
--- a/clients/android/NewsBlur/HOWTO-shellbuild.md
+++ b/clients/android/NewsBlur/HOWTO-shellbuild.md
@@ -2,11 +2,9 @@
*an abridged version of the official guide found [here](https://developer.android.com/tools/building/building-cmdline.html)*
-1. install java and ant
-2. download the Android SDK from [android.com](https://developer.android.com/sdk/index.html) (the full ADT bundle in fine, too)
-3. get the `tools/` and/or `platform-tools/` directories on your path
-4. `android update sdk --no-ui` (this could take a while)
-5. go to both of the following NewsBlur directories and run `android update project --path .`:
- * `NewsBlur/media/android/NewsBlur/`
- * `NewsBlur/media/android/NewsBlur/libs/ActionBarSherlock/`
-6. build a test APK with `ant clean && ant debug` from `NewsBlur/media/android/NewsBlur/` (.apk will be in `NewsBlur/media/android/NewsBlur/bin/`)
+1. install java and ant (prefer official JDK over OpenJDK)
+2. download the Android SDK from [android.com](https://developer.android.com/sdk/index.html)
+3. get the `tools/` and/or `platform-tools/` directories ifrom the SDK on your path
+4. `android update sdk --no-ui` (this could take a while; you can use the --filter option to just get the SDK, platform tools, and support libs)
+5. go to the clients/android/ NewsBlur directory and run `android update project --name NewsBlur --path .`
+6. build a test APK with `ant clean && ant debug` (.apk will be in `/bin` under the working directory)