I\'m trying to create Robolectric tests for an android project (heck, i\'d be happy to even make them unit tests)
I have the folder directory as:
MyA
In Android Studio 1.0 the scheme has changed a little bit.
Your path should be (app)/src/androidTest/java/com/myapp/HelloWorldTest.java
Here's how I set up Unit Tests in a new Android Studio project:
Now add a new configuration for testing:
Now you can run the tests.