I have no idea how to test and I was following a tutorial.I am trying to run:
package name.company.sunshine.app.data; import android.test.AndroidTestCase;
This solution is tested in android studio 1.5.1
If you have problem with tests in android studio because use in-process build disappeared, include the following:
|-- .idea |-- workspace.xml
Just add the following component at the very top, just inside the project tag:
...