Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5929511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T14:25:52+00:00 2026-05-22T14:25:52+00:00

What does the Project->Android Tools->Fix Project Properties Eclipse command exaclty do? I have read

  • 0

What does the “Project->Android Tools->Fix Project Properties” Eclipse command exaclty do?

I have read many times to use it, mostly in answers related with Android R generation problems in Eclipse, but for me it is like magic, I press on it and I suppose it Fixs some Project Properties, but nothing happens… no visual feedback, no info on which project properties has been fixed… anyone can give a bit of insight on what does it exactly do?

Thx

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T14:25:53+00:00Added an answer on May 22, 2026 at 2:25 pm

    By looking into ADT source code, specifically into FixProjectAction and reading source and comments we can see that it calls:

    ProjectHelper.fixProject(project);
    ProjectHelper.fixProjectNatureOrder(project);
    AndroidNature.configureResourceManagerBuilder(project);
    AndroidNature.configurePreBuilder(project);
    AndroidNature.configureApkBuilder(project);
    

    ProjectHelper.fixProject(project) does:

    • creates Java project
    • fixes classpath entries to ensure that:
      • the project does not reference any old android.zip/android.jar archive
      • the project does not use its output folder as a sourc folder
      • the project does not reference a desktop JRE
      • the project references the AndroidClasspathContainer.

    ProjectHelper.fixProjectNatureOrder(project) reorders project natures, so that Android project nature is first.

    AndroidNature.configureResourceManagerBuilder(project) adds the ResourceManagerBuilder, if its not already there. It’ll insert itself as the first builder.

    AndroidNature.configurePreBuilder(project) adds the PreCompilerBuilder if its not already there. It’ll check for presence of the ResourceManager and insert itself right after.

    AndroidNature.configureApkBuilder(project) adds the .apk builder at the end if it’s not already there.

    Last three calls ensure that you have correct builder for your project. When you look at your Builders section in eclipse project properties you will see:

    • Android Resource Manager first
    • Android Pre Compiler after Resource Manager
    • Android Package Builder last
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does Eclipse have a feature that lets you search a project to find all
I imported an Android project in Eclipse. Somehow, the layout editor does not open
I have been strugling with a Bluetooth project on Android for weeks. Does anyone
While creating a new android project in eclipse 3.5, i have selected Android 2.1
What are useful strategies to adopt when you or the project does not have
I am working a project that does not have a trunk / branches /
When I generate javadoc for my Android project in Eclipse, there are lots of
here I uploaded my Android project made in Eclipse. The idea is that i
I am developing a library for Android applications which does not use native code
I have set up a Debug Configuration to debug my Android project. However to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.