Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Side by Side Diff: docs/eclipse.md

Issue 2855873002: Update Eclipse classpath and documentation for running JUnit tests. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/android/eclipse/.classpath » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Eclipse Configuration for Android 1 # Eclipse Configuration for Android
2 [TOC] 2 [TOC]
3 3
4 Instructions on using **Android Studio** are [here](android_studio.md). 4 Instructions on using **Android Studio** are [here](android_studio.md).
5 5
6 *** note 6 *** note
7 This documentation was written for Eclipse 4.5 though other versions of Eclipse 7 This documentation was written for Eclipse 4.5 though other versions of Eclipse
8 should work similarly. 8 should work similarly.
9 *** 9 ***
10 10
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 ``` 169 ```
170 -Drobolectric.dependency.dir=out/Debug/lib.java/third_party/robolectric 170 -Drobolectric.dependency.dir=out/Debug/lib.java/third_party/robolectric
171 ``` 171 ```
172 172
173 * Classpath tab: 173 * Classpath tab:
174 * Bootstrap Entries: 174 * Bootstrap Entries:
175 * Advanced... > Add Library > JRE System Library 175 * Advanced... > Add Library > JRE System Library
176 * Select a Java 8 JRE 176 * Select a Java 8 JRE
177 * User Entries: 177 * User Entries:
178 * Add JARs... 178 * Add JARs...
179 * Select the following JAR files from `third_party/robolectric/lib`: 179 * Select the following JAR file from `third_party/robolectric/lib`:
180 * `json-20080701.jar`
181 * `tagsoup-1.2.jar`
182 * `android-all-5.0.0_r2-robolectric-1.jar` 180 * `android-all-5.0.0_r2-robolectric-1.jar`
183 * JRE tab: 181 * JRE tab:
184 * Execution environment: Select the Java 8 JRE 182 * Execution environment: Select the Java 8 JRE
185 * Run or Debug the launch configuration 183 * Run or Debug the launch configuration
186 184
OLDNEW
« no previous file with comments | « no previous file | tools/android/eclipse/.classpath » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698