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
}
難道你解決你的問題嗎?? –