开发者

How do I edit project settings for an existing project in Eclipse?

I'm new to Eclipse/Java/Android

I can create a new proj开发者_Go百科ect using the New Android Project wizard shown below.

However, if I wanted to go back and edit some of these settings after I click Finish, how would I do that?

How do I edit project settings for an existing project in Eclipse?


You settings are in:

  • .eclipse file
  • .classpath file
  • .settings directory

So you could:

  • open those files/directories and have a look
  • create another project with the right settings and compare the two sets of project files.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜