Skip to content

Commit f995c4d

Browse files
committed
AS 3.1 C6 finally makes our unitTestsRuntime obsolete! 🎉
1 parent 31beb4b commit f995c4d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

‎README.md‎

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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
139135
on a version of IntelliJ IDEA that depends on outdated JUnit 5 APIs.
140136
Therefore, your tests will fail with an Exception similar to the following when you try to
141137
launch your tests from inside the IDE (using an *Android JUnit* Run Configuration):

0 commit comments

Comments
 (0)