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 Updating the dependencies | 6 Updating the dependencies |
7 ------------------------- | 7 ------------------------- |
8 | 8 |
9 Adblock Plus for Android has dependencies that aren't in this repository. | 9 Adblock Plus for Android has dependencies that aren't in this repository. |
10 To update those, call: | 10 To update those, call: |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 3. Select the project directory (_adblockplusandroid_) as _Root Directory_. | 73 3. Select the project directory (_adblockplusandroid_) as _Root Directory_. |
74 4. Select the projects _Adblock Plus_, _library_ and _android-switch-backport_. | 74 4. Select the projects _Adblock Plus_, _library_ and _android-switch-backport_. |
75 5. Revert any local changes to _.classpath_ in _adblockplusandroid_ | 75 5. Revert any local changes to _.classpath_ in _adblockplusandroid_ |
76 and _adblockplusandroid/submodules/android-switch-backport_. | 76 and _adblockplusandroid/submodules/android-switch-backport_. |
77 | 77 |
78 ### Running | 78 ### Running |
79 | 79 |
80 1. Connect an Android device or start the Android Emulator. | 80 1. Connect an Android device or start the Android Emulator. |
81 2. In Eclipse, select the _Adblock Plus_ project, then run it as an | 81 2. In Eclipse, select the _Adblock Plus_ project, then run it as an |
82 _Android Application_. | 82 _Android Application_. |
| 83 |
| 84 ### Testing |
| 85 |
| 86 1. Connect an Android device or start the Android Emulator. |
| 87 2. In the 'libadblockplus-android-tests' directory run: |
| 88 |
| 89 ant instrument install test |
| 90 |
| 91 to build instrumentation tests app and perform testing or run: |
| 92 |
| 93 ant test |
| 94 |
| 95 to run installed instrumentation tests app |
OLD | NEW |