| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |