File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -129,13 +129,9 @@ android {
129129> The following section deals with fixing Test Execution within ** Android Studio 3** .
130130> Running your JUnit 5 tests directly from Android Studio 2.3.3 and earlier ** will not work** :
131131> You will encounter an ` AbstractMethodError ` when trying to do so ([ more information here] [ as2issue ] ).
132- >
133- > The cause of this error is similar in nature to the one described below, and related to outdated APIs.
134- > Unlike that issue though, we can't fix the ` AbstractMethodError ` inside IntelliJ's internal runtime
135- > in the same way. Therefore, please resort to using Gradle for unit testing in Android Studio 2.
136-
132+ > Therefore, please use Gradle for unit testing in Android Studio 2.
137133
138- All versions up to and including ** Android Studio 3.1 Canary** are built
134+ All versions up to ** Android Studio 3.1 Canary 6 ** are built
139135on a version of IntelliJ IDEA that depends on outdated JUnit 5 APIs.
140136Therefore, your tests will fail with an Exception similar to the following when you try to
141137launch your tests from inside the IDE (using an * Android JUnit* Run Configuration):
You can’t perform that action at this time.
0 commit comments