I want to add a library in Android Studio as dependency to use it in my project.
I tried both adding the dependency via Module Settings menu and via direct input in build.gradle-file of the Module (s. snapshot).
I also tried entering mavenCentral()-repository (snapshot) as described here.
Building/synching the project with gradle is successful but org.apache.olingo lib never appears in log nor is added to my lib folder (or external libraries).
Of course I already tried refreshing the project tree-view (w/o success).
Why isn't the library downloaded (since I can search for the lib in the dependencies-add menu the internet access should be no barrier) and how could I fix this issue?
(As you may have realized, I'm a newbie in this environment - any hint might help)