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

3

我想在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)

我在安卓网站上读到了关于这个结构的信息。这是这个主题的链接:http://developer.android.com/guide/topics/testing/testing_android.html

有人可以帮助我吗?

谢谢!

1个回答

0

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接