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

Unified Diff: README.md

Issue 4685209945505792: Fix Eclipse build instructions (Closed)
Patch Set: Created Aug. 19, 2014, 3:02 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -42,14 +42,14 @@
- [Eclipse](https://www.eclipse.org)
- [Android Developer Tools for Eclipse](http://developer.android.com/tools/sdk/eclipse-adt.html)
(both _Developer Tools_ and _NDK Plugins_)
-- [C++ Developer Tools for Eclipse](http://projects.eclipse.org/projects/tools.cdt)
### Building
-1. Select _Import_ in the _File_ menu, then _Existing Android Projects Into Workspace_.
-2. Select the project directory (_adblockplusandroid_) as _Root Directory_.
-3. Select the projects _Adblock Plus_, _library_ and _android-switch-backport_.
-4. Revert any local changes to _.classpath_ in _adblockplusandroid_
+1. Ensure the `NDKROOT` environment variable points to your NDK directory.
+2. Select _Import_ in the _File_ menu, then _Existing Android Projects Into Workspace_.
+3. Select the project directory (_adblockplusandroid_) as _Root Directory_.
+4. Select the projects _Adblock Plus_, _library_ and _android-switch-backport_.
+5. Revert any local changes to _.classpath_ in _adblockplusandroid_
and _adblockplusandroid/submodules/android-switch-backport_.
### Running
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld