Android开发的三种工程如何在eclipse上创建

Android当前有三种工程类型,分别是应用工程、library工程、测试工程。

应用工程一般大家都知道如何创建,当项目比较大,需要分割成很多小library工程的时候,就需要先创建library,然后再让应用工程来引用,如果创建和引用查看下面文档:

http://developer.android.com/tools/projects/projects-eclipse.html

测试工程的创建和使用可以查看下面的文档:

http://developer.android.com/tools/testing/testing_eclipse.html

发表评论

电子邮件地址不会被公开。 必填项已用*标注

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>