I am connected to my organization network. I have enabled the proxy. Android studio is successfully able to download plugins and update using the proxy. But the build is never successful. During Gradle sync, the 'Run Build' is always failing. I can see in the status bar that none of the files are downloading. The error received is -
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:appcompat-v7:29
There are several similar errors such as cannot resolve junit, layout, constraints. Etc etc.
My Android Studio version is 3.2.1. I am on my organization network which doesn't allow any direct download. I am already using proxy but still, the same error exists.
Please help.