| 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 |
| 7 ------------------------- |
| 8 |
| 9 Adblock Plus for Android has dependencies that aren't in this repository. |
| 10 To update those, call: |
| 11 |
| 12 ./ensure_dependencies.py |
| 13 |
| 6 Buildling with Ant | 14 Buildling with Ant |
| 7 ------------------ | 15 ------------------ |
| 8 | 16 |
| 9 ### Requirements | 17 ### Requirements |
| 10 | 18 |
| 11 - [The Android SDK](http://developer.android.com/sdk) | 19 - [The Android SDK](http://developer.android.com/sdk) |
| 12 - [The Android NDK](https://developer.android.com/tools/sdk/ndk) | 20 - [The Android NDK](https://developer.android.com/tools/sdk/ndk) |
| 13 - [Ant](http://ant.apache.org) | 21 - [Ant](http://ant.apache.org) |
| 14 | 22 |
| 15 ### Building | 23 ### Building |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 3. Select the project directory (_adblockplusandroid_) as _Root Directory_. | 58 3. Select the project directory (_adblockplusandroid_) as _Root Directory_. |
| 51 4. Select the projects _Adblock Plus_, _library_ and _android-switch-backport_. | 59 4. Select the projects _Adblock Plus_, _library_ and _android-switch-backport_. |
| 52 5. Revert any local changes to _.classpath_ in _adblockplusandroid_ | 60 5. Revert any local changes to _.classpath_ in _adblockplusandroid_ |
| 53 and _adblockplusandroid/submodules/android-switch-backport_. | 61 and _adblockplusandroid/submodules/android-switch-backport_. |
| 54 | 62 |
| 55 ### Running | 63 ### Running |
| 56 | 64 |
| 57 1. Connect an Android device or start the Android Emulator. | 65 1. Connect an Android device or start the Android Emulator. |
| 58 2. In Eclipse, select the _Adblock Plus_ project, then run it as an | 66 2. In Eclipse, select the _Adblock Plus_ project, then run it as an |
| 59 _Android Application_. | 67 _Android Application_. |
| OLD | NEW |