不知怎么的,在android studio编译的时候报出这个warning.
报错内容如下:
Warning:Module 'com.android.support:recyclerview-v7:24.1.1' depends on one or more Android Libraries but is a jar
Error:A problem occurred configuring project ':androidBase'.
> Could not find appcompat-v7.jar (com.android.support:appcompat-v7:24.1.1).
Searched in the following locations:
https://jcenter.bintray.com/com/android/support/appcompat-v7/24.1.1/appcompat-v7-24.1.1.jar
感谢stackOverFlow.让我解决了这个问题。链接如下:
http://stackoverflow.com/questions/33306333/warningmodule-version-com-android-supportappcompat-v723-1-0-depends-on-librar
然后我就试着更新了一下。
Android Support Repository
Android Support Library
Google Repository
然后就好了。