-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run JUnit tests with Android Studio 3.3 #71
Comments
My bug was on the |
AS 3.3
|
A new version |
I'll look into it this coming weekend, hopefully I don't need to do anything big. |
I had the same problem with android studio 3.3, but it seems that in android studio preview 3.4 this is issue is fixed |
Can you guys test out the build mentioned here? spekframework/spek#571 (comment) |
This build seems to have solved my problems. Thanks! |
Good to hear, I'll publish the build to the proper channels later. |
Prior to AS3.3 the android plugin was present in the classpath of every plugin, but on AS3.3 it was changed and you have to explicitly request it in the |
As a result for this crash we can't start any test from IDe (including pure JUnit test)
Just create a new project in AS 3.3RC1 and try to run test having Spek plugin installed
Crash:
The text was updated successfully, but these errors were encountered: