Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: Created Sept. 8, 2016, 12:52 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | gradlew.bat » ('j') | libadblockplus-android/build.gradle » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « .gitignore ('k') | gradlew.bat » ('j') | libadblockplus-android/build.gradle » ('J')

Powered by Google App Engine
This is Rietveld