Reputation: 423
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
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