| LEFT | RIGHT |
| 1 Adblock Plus Library for Android | 1 Adblock Plus Library for Android |
| 2 ======================== | 2 ======================== |
| 3 | 3 |
| 4 An Android library project that runs a proxy to block ads. | 4 An Android library project that runs a proxy to block ads. |
| 5 | 5 |
| 6 Updating the dependencies | 6 Updating the dependencies |
| 7 ------------------------- | 7 ------------------------- |
| 8 | 8 |
| 9 Adblock Plus Library for Android has dependencies that aren't in this repository
. | 9 Adblock Plus Library for Android has dependencies that aren't in this repository
. |
| 10 To update those, call: | 10 To update those, call: |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 ## Library tests | 55 ## Library tests |
| 56 | 56 |
| 57 ### Requirements | 57 ### Requirements |
| 58 | 58 |
| 59 Make sure _Library_ requirements are present. | 59 Make sure _Library_ requirements are present. |
| 60 | 60 |
| 61 ### Building | 61 ### Building |
| 62 | 62 |
| 63 Set ANDROID_HOME environment variable to your Android SDK directory. | 63 Set ANDROID_HOME environment variable to your Android SDK directory. |
| 64 | 64 |
| 65 In the 'libadblockplus-android-tests' run: | 65 In the 'libadblockplus-android-tests' directory run: |
| 66 | 66 |
| 67 ant instrument | 67 ant instrument |
| 68 | 68 |
| 69 ### Testing | 69 ### Testing |
| 70 | 70 |
| 71 1. Connect an Android device or start the Android Emulator. | 71 1. Connect an Android device or start the Android Emulator. |
| 72 2. In the 'libadblockplus-android-tests' directory run: | 72 2. In the 'libadblockplus-android-tests' directory run: |
| 73 | 73 |
| 74 ant instrument install test | 74 ant instrument install test |
| 75 | 75 |
| 76 to build instrumentation tests app and perform testing or run: | 76 to build instrumentation tests app and perform testing or run: |
| 77 | 77 |
| 78 ant test | 78 ant test |
| 79 | 79 |
| 80 to run installed instrumentation tests app | 80 to run installed instrumentation tests app. |
| LEFT | RIGHT |