OLD | NEW |
1 Adblock Plus for Android | 1 Adblock Plus for Android |
2 ======================== | 2 ======================== |
3 | 3 |
4 An Android app that runs a proxy to block ads. | 4 An Android app that runs a proxy to block ads. |
5 | 5 |
6 Buildling with Ant | 6 Buildling with Ant |
7 ------------------ | 7 ------------------ |
8 | 8 |
9 ### Requirements | 9 ### Requirements |
10 | 10 |
(...skipping 24 matching lines...) Expand all Loading... |
35 Building with Eclipse | 35 Building with Eclipse |
36 --------------------- | 36 --------------------- |
37 | 37 |
38 ### Requirements | 38 ### Requirements |
39 | 39 |
40 - [The Android SDK](http://developer.android.com/sdk) | 40 - [The Android SDK](http://developer.android.com/sdk) |
41 - [The Android NDK](https://developer.android.com/tools/sdk/ndk) | 41 - [The Android NDK](https://developer.android.com/tools/sdk/ndk) |
42 - [Eclipse](https://www.eclipse.org) | 42 - [Eclipse](https://www.eclipse.org) |
43 - [Android Developer Tools for Eclipse](http://developer.android.com/tools/sdk/e
clipse-adt.html) | 43 - [Android Developer Tools for Eclipse](http://developer.android.com/tools/sdk/e
clipse-adt.html) |
44 (both _Developer Tools_ and _NDK Plugins_) | 44 (both _Developer Tools_ and _NDK Plugins_) |
45 - [C++ Developer Tools for Eclipse](http://projects.eclipse.org/projects/tools.c
dt) | |
46 | 45 |
47 ### Building | 46 ### Building |
48 | 47 |
49 1. Select _Import_ in the _File_ menu, then _Existing Android Projects Into Work
space_. | 48 1. Ensure the `NDKROOT` environment variable points to your NDK directory. |
50 2. Select the project directory (_adblockplusandroid_) as _Root Directory_. | 49 2. Select _Import_ in the _File_ menu, then _Existing Android Projects Into Work
space_. |
51 3. Select the projects _Adblock Plus_, _library_ and _android-switch-backport_. | 50 3. Select the project directory (_adblockplusandroid_) as _Root Directory_. |
52 4. Revert any local changes to _.classpath_ in _adblockplusandroid_ | 51 4. Select the projects _Adblock Plus_, _library_ and _android-switch-backport_. |
| 52 5. Revert any local changes to _.classpath_ in _adblockplusandroid_ |
53 and _adblockplusandroid/submodules/android-switch-backport_. | 53 and _adblockplusandroid/submodules/android-switch-backport_. |
54 | 54 |
55 ### Running | 55 ### Running |
56 | 56 |
57 1. Connect an Android device or start the Android Emulator. | 57 1. Connect an Android device or start the Android Emulator. |
58 2. In Eclipse, select the _Adblock Plus_ project, then run it as an | 58 2. In Eclipse, select the _Adblock Plus_ project, then run it as an |
59 _Android Application_. | 59 _Android Application_. |
OLD | NEW |