I am trying to build a new Android
Test project, following along with Hello Testing Tutorial on the android dev site.
http://developer.android.com/resources/tutorials/testing/helloandroid_test.html
The problem is that when I do File--> New--> Project-->Android Test Project, the screen that comes up does not let me select a test target.
There is a block that says the following:-
--------------------------------------------------------------------------------
Test Target:
Select the project to test:
--------------------------------------------------------------------------------
But there are no listed projects so there is no way I can select a target project.
I know that while creating a new Android project I can create a test project for it too. But
how do I create a test project for an existing application?
Anyone run across this problem or know how to solve it?