2017-07-04 65 views
0

財產「編譯」有同步我的項目的問題。當我通過一些錯誤添加一些依賴於的build.gradle文件,請幫我錯誤:(33,0)無法找到org.gradle.api.interna[email protected]3da55115

有我的代碼:

buildTypes { 
     release { 
      minifyEnabled false 
      proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 
     } 
    } 
} 

repositories { 
    maven { 
     url 'http://clojars.org/repo' 
    } } 

    dependencies { 
     compile fileTree(dir: 'libs', include: ['*.jar']) 
     testCompile 'junit:junit:4.12' 

     compile 'com.pusher:pusher-java-client:1.0.0' 
     // for our HTTP requests later 
     compile 'com.google.code.gson:gson:2.2.4', // for parsing JSON 
       compile 'com.loopj.android:android-async-http:1.4.9' 
     compile 'com.squareup.picasso:picasso:2.1.1' // for image rendering 
    } 
+0

難道你解決你的問題嗎?? –

回答

0

編譯爲財物。你應該用適當的FORMAT

不要

compile 'com.google.code.gson:gson:2.2.4', // Remove , 

compile 'com.google.code.gson:gson:2.2.4'