spek-idea-plugin icon indicating copy to clipboard operation
spek-idea-plugin copied to clipboard

Classpath issue in newer android studio versions

Open Pato94 opened this issue 5 years ago • 1 comments

I've seen that there are some issues about the android.jar not being properly mocked in newer android studio versions. Investigating the issue I found that the plugin behaves differently from the version 3.4 (not including the mocked version of android.jar) While trying to see what was wrong, I compiled the plugin locally, and it turns out to work just fine, both in newer and older android studio versions. My guess is that there's something in how/where the plugin is built that makes it not work in newer android studio version.

I'm facing the same problem with the spek2 plugin, and I'd be more than glad to help to fix it if you need it.

Pato94 avatar Jun 24 '19 15:06 Pato94