I'm trying to add the android-support-v7-appcompat library to a project that I work on with several others. I'm using Eclipse with ADT for my IDE setup. For the time being, Android Studio is not available for us to use (if it were, I would have been past this issue several hours ago! But that is how it is for us unfortunately!).
How do I go about doing this? I've read (in several places) that I am supposed to import the android-support-v7-appcombat project in Eclipse, build this, and then reference this project in the Android section of the project Properties.
This does work, but I'm wondering how this is supposed to work when I share this project with others - is everyone required to have the android-support-v7-appcompat project setup at the same location as I did in order to have this work? I was hoping I could include the jar file with my project somehow. And not have it as an external reference... if that makes sense.
For what it's worth, I'm using the appcompat library to use the Toolbar widget and the AppCompat theme for an application I am looking to run on a range of API level devices.
Thanks,
Zach