I saw conflicting advice on how to setup a test project when doing Android development. Which is the method is the preferred recommendation from Google?
In http://developer.android.com/guide/developing/testing/index.html, under both the Eclipse and Other IDE sections, it is described to create a test project in the same directory as the project you are testing, i.e., if you want to test the /home/Documents/MyMobileApp project, then create /home/Documents/MyMobileAppTest project for testing. In http://developer.android.com/guide/topics/testing/testing_android.html, it is described: You can create a test project anywhere in your file system, but the _best approach_ is to add the test project so that its root directory tests/ is at the same level as the src/ directory of the main application's project. Can anyone from Google clarify? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

