OLD | NEW |
1 Adblock Plus for Samsung Internet | 1 Adblock Plus for Samsung Internet |
2 ================================= | 2 ================================= |
3 | 3 |
4 A content blocker application that serves our filter lists to Samsung's | 4 A content blocker application that serves our filter lists to Samsung's |
5 content blocker enabled internet browser. | 5 content blocker enabled internet browser. |
6 | 6 |
7 | 7 |
8 Building with Gradle | 8 Building with Gradle |
9 -------------------- | 9 -------------------- |
10 | 10 |
(...skipping 21 matching lines...) Expand all Loading... |
32 - We're compiling against Android API 25, so make sure you have that one | 32 - We're compiling against Android API 25, so make sure you have that one |
33 installed. | 33 installed. |
34 - JDK 7 or above | 34 - JDK 7 or above |
35 | 35 |
36 \* Edit `buildToolsVersion` in the root `build.gradle` to change the Build Tools
version, if necessary. | 36 \* Edit `buildToolsVersion` in the root `build.gradle` to change the Build Tools
version, if necessary. |
37 | 37 |
38 #### Importing | 38 #### Importing |
39 | 39 |
40 Open Android Studio and select *Open an existing Android Studio Project*, then n
avigate to the `adblockplussbrowser` dir. | 40 Open Android Studio and select *Open an existing Android Studio Project*, then n
avigate to the `adblockplussbrowser` dir. |
41 | 41 |
42 Importing into Eclipse | |
43 ---------------------- | |
44 | |
45 #### Requirements | |
46 | |
47 - [Android SDK][1] | |
48 - [Eclipse][3] | |
49 - ADT (Android Developer Tools), available via *Eclipse Marketplace* | |
50 - We're compiling against Android API 25, so make sure you have that API | |
51 installed. | |
52 - JDK 7 or above | |
53 | |
54 #### Importing | |
55 | |
56 Choose *File*->*New*->*Other*->*Android*->*Android Project from Existing Code*, | |
57 then navigate to the `adblockplussbrowser/adblockplussbrowser` dir. | |
58 | |
59 | 42 |
60 Testing | 43 Testing |
61 ------- | 44 ------- |
62 | 45 |
63 To test the whole functionality of the application you will need a Samsung | 46 To test the whole functionality of the application you will need a Samsung |
64 Android device with Android 5.0+ (Lollipop) and Samsung Internet 4.0+. | 47 Android device with Android 5.0+ (Lollipop) and Samsung Internet 4.0+. |
65 | 48 |
66 Emulators won't help you here, unfortunately. | 49 Emulators won't help you here, unfortunately. |
67 | 50 |
68 | 51 |
69 [1]: http://developer.android.com/sdk/ | 52 [1]: http://developer.android.com/sdk/ |
70 [2]: https://developer.android.com/studio/index.html | 53 [2]: https://developer.android.com/studio/index.html |
71 [3]: https://eclipse.org/ | 54 [3]: https://eclipse.org/ |
OLD | NEW |