美文网首页
Warning:Module "*" dep

Warning:Module "*" dep

作者: GoodmanLi | 来源:发表于2016-11-25 22:06 被阅读969次

    不知怎么的,在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

    然后就好了。

    相关文章

      网友评论

          本文标题:Warning:Module "*" dep

          本文链接:https://www.haomeiwen.com/subject/haywpttx.html