Does running single KMM test in Android Studio Dol...
# multiplatform
r
Does running single KMM test in Android Studio Dolphin work for you? It used to work, Studio was creating ad hoc gradle run configuration. Now it creates JUnit configuration, but I cannot run them, because Run button is disabled and I cannot find any error that could give me a clue why it doesn’t work. This is driving me crazy 😤. TIA 🙏
m
Yeah I encountered that also (sometimes) when I used only JVM and Android. Same for you?
If so enabling ios (or JS) just for the IDE 'solved' it every time.
This error should be gone with Electric Eel (but I did not tried it yet).
r
Yep, JVM & Android on current branch. I’m working on adding iOS on a separate branch, I’ll check if it works there - could be a good reason to finally merge 🙂
Thanks for your answer! Good to know I’m not the only one and it’s not a bug in my configs 🙂
m
I’ve been using Dolphin RC1 for a month (iOS, Android targets) and running whole test classes / single tests works fine.
a
We are all facing the same, use Electric Eel in Canary channel. As far as I understand, AS is getting confused on which test folder to use and that is causing this issue. It is already reported to Google.
Its funny because for me it also gets me crazy on this, sometimes I have to spend hours on getting this to work without any luck, feeling that I did something wrong.