Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: README.md

Issue 29728654: Issue 6506 - Support Android Studio and Gradle only (Closed)
Patch Set: Created March 20, 2018, 5:50 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .hgignore ('k') | adblockplussbrowser/AndroidManifest.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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/
OLDNEW
« no previous file with comments | « .hgignore ('k') | adblockplussbrowser/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld