StoneMan
StoneMan

Reputation: 423

When I create Eclipse projects, are the Java/Android dependencies copied again for each project?

I'm just wondering this because in the near future I'll have to deal with a collaboration of different Android projects that will be sent to me. Will the default Android dependencies be copied again in every single file, or are they just referenced to save space?

If this isn't the case, how can I change it? I don't have the liberty of having a lot of space.

Upvotes: 1

Views: 37

Answers (1)

dogger20011
dogger20011

Reputation: 255

If you're talking about the appcompat folders that are created with each project, then yes. They are re-created with each project. But if you delete the new one and reference the existing library, you shouldn't have a problem. I would back it up and try it before deleting.

Upvotes: 1

Related Questions