Android Studio Gradle Download Error
android, android-studio, gradle
Solution
You probably have Android Studio configured to use Gradle in offline mode, and it's failing because it lacks dependencies that it needs to download. Make sure your computer has internet connectivity, and in Preferences > Gradle > Offline work, make sure that setting is unchecked.
Problem
When I load Android Studio, I get an error ``` Gradle 'HelloWorld' project refresh failed Error:Could not download artifact 'com.android.tools.build:builder-model:0.12.1:builder- model.jar': No cached version available for offline mode ``` Not only this but Android Studio takes a long time to load a project; stuck on Gradle Resolve Dependencies. I am on Windows 8.1 and using JDK 8 How would I fix this?