关于下载appcompat-v7的问题

就是在android studio中比如下载sdk的版本可以用如下网址

http://dl.google.com/android/android-sdk_r21-windows.zip
把后面的r21改成想要的版本

然后下载build-tool的版本也是同理

https://dl-ssl.google.com/android/repository/build-tools_r19.1-macosx.zip

把build-tools_r19.1-macosx.zip改成自己想要的版本

那么我的AS现在报错提示是

Error:(24, 13) Failed to resolve: com.android.support:appcompat-v7:22.2.1
Install Repository and sync project

Show in File
Show in Project Structure dialog

那么com.android.support:appcompat-v7:22.2.1要怎么下载~~~

求各位大大解答~~

在build.gradle里面的com.android.support:appcompat-v7:22.2.1改成com.android.support:appcompat-v7:21+

试试