You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
syncRemoteRepositories {
repoRoot "$projectRootDir/libs-repository" //define location of offline repo
repositories {
jcenter()
mavenCentral()
maven {
url "file:///" + System.getProperty("ANDROID_HOME") + "/extras/android/m2repository"
}
}
// configurations 'compile', 'testCompile' //Restrict the configurations you would like to have added to the synchronisation process. If none are supplied, dependencies from all configurations will be added.
includeBuildScriptDependencies = true
}
It seems that it tries to find multidex-instrumentation-1.0.1.jar instead of using multidex-instrumentation-1.0.1.aar
The text was updated successfully, but these errors were encountered:
I need to create offline re./pository for android project. It relies on eg. multidex support.
Running syncRemoteRepositories task fails with message:
task configuration is as follow:
It seems that it tries to find
multidex-instrumentation-1.0.1.jar
instead of usingmultidex-instrumentation-1.0.1.aar
The text was updated successfully, but these errors were encountered: