The first TODO here is bad.
// TODO (1) Add annotation to specify AndroidJUnitRunner class as the default test runner
It should be
// COMPLETE (1) Add annotation to specify AndroidJUnit4 class as the default test runner
This is true for both the second and third exercises.