I have a project that I've added the Android Support Libs v4 and v7 AppCompat Components to and it's ballooned the size of the project folder.
My VS 2013 solution folder went from about 2 mb to around 30 mb. The components also appear to add thousands (literally) of files to the file system. It certainly seems that at least some of what gets downloaded is extraneous to the build (for example Samples folder).
All these extra files are complicating everything from folder syncs, to SVC check-ins, to folder zipping.
I've tried deleting some of the larger folders under the Components folder but that resulted in build errors.
What portions of the downloaded folder structure can be safely deleted (if any)?
Thanks, Jim