You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: