简体   繁体   中英

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

I'm new to Eclipse/Java/Android

I can create a new project 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?

替代文字

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM