2016-12-29 10 views
-4

相続人は私のbuild.gradleは解決に失敗しました:com.android.support:recyclerview-v7:25.3.0をして解決するために失敗しました:com.android.support:サポート-V4:25.0.0

android { 
    compileSdkVersion 25 
    buildToolsVersion "25.0.0" 

    defaultConfig { 
     applicationId "com.example.phantomshadow.remindddddd" 
     minSdkVersion 15 
     targetSdkVersion 25 
     versionCode 1 
     versionName "1.0" 
    } 
    buildTypes { 
     release { 
      minifyEnabled false 
      proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 
     } 
    } 
} 

dependencies { 
    compile fileTree(dir: 'libs', include: ['*.jar']) 
    testCompile 'junit:junit:4.12' 
    compile 'com.android.support:cardview-v7:25.3.0' 
    compile 'com.android.support:recyclerview-v7:25.3.0' 
    compile 'com.android.support:appcompat-v7:25.0.0' 
    compile 'com.android.support:design:25.0.0' 
    compile 'com.android.support:support-v4:25.0.0' 
} 
+0

[mcve](http://www.stackoverflow.com/help/mcve)の不足のために質問に回答できませんでした。 –

+0

まだAFAIKはありません。 25.1.0が最新です。 – CommonsWare

答えて

0

強いテキストこのコードを同じタイプのgradleバージョンで変更してください。

+0

コンパイル 'com.android.support:cardview-v7:25.3.0' コンパイル 'com.android.support:recyclerview-v7:25.3.0' コンパイル 'com.android.support:appcompat-v7:25.3.0 ' compile' com.android.support:design:25.3.0 ' ' com.android.support:support-v4:25.3.0 ' – samyakjain

+0

をコンパイル' com.android.support:cardview-v7:25.3.0 'をコンパイルします。 'com.android.support:recyclerview-v7:25.3.0' をコンパイル 'com.android.support:appcompat-v7:25.3.0' 'com.android.support:design:25.3.0'をコンパイルします。 コンパイル 'com.android.support:support-v4:25.3.0' – samyakjain

0

Android SDKをアップデートしてください。必要なバージョンのツールをインストールする必要があります。その後、コンパイルする必要があります。

関連する問題