Eclipse now has this nice feature where it makes a "Support Project" for you with the name appcompat_v7
, automatically linking both support-v4 & -v7 for you and giving you XML attributes only available in the later SDK levels. However, whenever I create a new project, instead of linking to the original support project, it creates a new, identical support project with the name appcompat_v7_2
, appcompat_v7_3
, and so forth.
Is there any way we can prevent Eclipse from creating additional clones?