Android IDE (AIDE) Support Forum

Aide retrofit2 error

Hy please assist AIDE doesn’t compile retrofit2

Replace Your dependencies

dependencies {
compile fileTree(dir: ‘libs’, include: [’*.jar’])
testCompile ‘junit:junit:4.12’
compile ‘com.android.support:appcompat-v7:24.2.1’
compile ‘com.squareup.retrofit2:retrofit:2.1.0’
compile ‘com.squareup.retrofit2:converter-gson:2.1.0’
compile “com.squareup.okhttp3:logging-interceptor:3.3.0”
}

Hy I replaced them but still error persist

I tried using retrofit before, but it seems AIDE doesnot download the whole libraries needed, hence you get errors. I’d suggest you try with other libraries.