Android:如何在主项目中使用测试项目

时间:2011-06-17 19:19:50

标签: android unit-testing

我想在Eclipse中创建这样的项目结构,并将其与Maven一起使用:

MyProject/
      AndroidManifest.xml
      res/
          ... (resources for main application)
      src/
          ... (source code for main application) ...
      tests/
          AndroidManifest.xml
          res/
              ... (resources for tests)
          src/
              ... (source code for tests)

我在android网站上看到了这个结构。以下是此主题http://developer.android.com/guide/topics/testing/testing_android.html

任何人都可以帮助我吗?

谢谢!

1 个答案:

答案 0 :(得分:0)

这使用了蚂蚁,而不是Maven,但可能会有所帮助:

http://www.paulbutcher.com/2010/09/android-library-project-with-tests-step-by-step/