How to start an android project with downloaded sample code

前端 未结 7 2125
一生所求
一生所求 2020-12-28 18:36

I\'m pretty new to android, and just finished setup my environment and reading some tutorials. Then I got sdk samples from the web. Okay, what I wanna ask you is that is the

7条回答
  •  攒了一身酷
    2020-12-28 19:24

    The code samples don't come with eclipse project files out of the box. There are a number of ways to create them but the easiest is probably this. From eclipse (with the android plugin installed), File -> New -> Project, Android Project, Next, select the "Create project from existing source" radio button and specify the location of the existing source. The project wizard should then find your manifest and fill out the rest of the information it needs automatically.

提交回复
热议问题