0
에 대한 컴파일 방법을 찾지 못했습니다. 내 안드로이드 스튜디오 프로젝트를 동기화 할 때 오류 : [: rxandroid : io.reactivex 1.2.1] 인수 방법 컴파일() 타입의 객체는오류 : (9, 0) 인수 [(io.reactivex : rxandroid : 1.2.1)
내 build.gradle 파일
이하 org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
compile 'io.reactivex:rxandroid:1.2.1'
compile 'io.reactivex:rxjava:1.1.9'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
그것은 오류가 해결하지 못했습니다 도착 : 1.1.9 –
@DipuKumar 무엇이 오류입니까? –
오류 (29,13) 및 오류 (28,13) : 프로젝트 구조 대화 상자에서 오프라인 모드 사용 안함 및 파일 표시 쇼 동기화 –