What does the command “Fix Project Properties” exactly do?

后端 未结 2 929
我在风中等你
我在风中等你 2021-01-03 22:07

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

2条回答
  •  忘掉有多难
    2021-01-03 22:15

    Another result of running "Fix Project Properties" on a project is that any other projects in the same workspace that reference the project as an Android library may have jars which get linked in under "Android Dependencies" on the project build path.

    This can result in multiple references to the same jar file or missing jar file references.

    The fix is to remove those links from the related projects, remove the "Android Dependency" and re-run "Fix Project Properties".

提交回复
热议问题