I am facing an issue to download the complete sdk tools for the android.
I downloaded and installed eclipse mars in my ubuntu 14.04.
I downloaded the sdk from https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz
But it dont have all the tools that I need, so I installed studio and downloaded all the tools that I require.
Then when I tried to add appcompat
I am unable to add that to my eclipse.
The documentation saying that appcompat should be at \extras\android\support\v7\appcompat
But it was at /extras/android/m2repository/com/android/support/appcompat-v7.
Finally I want to add that appcomat to my project. How can I do that? I dont want to go with studio, I want to use eclipse mars.