| Index: README.md | 
| diff --git a/README.md b/README.md | 
| index ce2d29c550de70be4b3c4cb51557e0fd95199477..9633520a91e9adfd6b68be607a478bf943c6cd3e 100644 | 
| --- a/README.md | 
| +++ b/README.md | 
| @@ -45,6 +45,10 @@ All 'Building with Ant' requirements and additional requirements: | 
| ### Building | 
| +Go to android sdk directory '/platforms/android-19' and run: | 
| + | 
| + mvn install:install-file -Dfile=./android.jar -DgroupId=com.google.android -DartifactId=android -Dversion=4.4 -Dpackaging=jar -DgeneratePom=true | 
| + | 
| Set environment variable ANDROID_HOME to your Android SDK directory or pass it in command-line (below). | 
| In the 'libadblockplus-android' directory run: |