Hi! when running a specific test within FreeSpec() from IDE green arrow on the side of that test, I get java.lang.NoClassDefFoundError: <here any class of mine>. Any idea?
e
Emil Kantis
05/04/2023, 6:30 PM
Do you generate code using Gradle?
w
why
05/05/2023, 9:25 AM
I'm using convention plugins
for Android library module and app
so it turned out that it's related to IDE version, I was using Android Studio Hedgehog | 2023.1.1 Canary 2. When I tried the latest stable version, the test executed (passed/failed)!