nenick / AndroidStudioAndRobolectric

Minimal Robolectric and Android Studio example
139 stars 29 forks source link

Running test in core fails with "values is not a directory" #19

Open misrakli opened 9 years ago

misrakli commented 9 years ago

Hi , trying to run the RobolectricCoreTest (from multimodule example) fails with RuntimeException "\res\debug\values is not a directory". Any ideas?

nenick commented 9 years ago

From command line or inside Android Studio? I can take a look later.

misrakli commented 9 years ago

Both from Android Studio and command line (gradlew test).

nenick commented 9 years ago

There is an issue with the path resolution for libraries. I wrote a workaround until next robolectric release candidate. In the snapshot version it should already be fixed.

misrakli commented 9 years ago

It works fine now, thank you.

turingking commented 8 years ago

This problem persists

nenick commented 8 years ago

This issue should not exist anymore. Please describe your steps to reproduce it and your used tools version and OS.