Android Test Project Directory Structure When Using Eclipse

前端 未结 2 576
失恋的感觉
失恋的感觉 2021-02-07 11:46

Once upon a time, I avoided Eclipse for Android development. And life was good.

Along the way, I adopted a convention originally supported by the Android command-line bu

2条回答
  •  耶瑟儿~
    2021-02-07 12:30

    1. Depends on your toolset:
      ADT >= v12 currently has flaky support for "a project within a project":
      Creating an Android Test project in Eclipse

    2. I have tried separate testproject, and separate test directory, but afaik "a project within a project" approach seems to be the way of the future.
      This is becuase AndroidManifest.xml merging into the test project AndroidManifest.xml, is in the pipeline for the next ADT releases.

提交回复
热议问题