since the day I updated my Android Studio to new version, it is downloading huge amount of data for each new project or on each import of project. It downloads gradle versions and downloads files from jcenter.bintray.com. If I provide manual gradle address in settings-> Build -> Gradle -> Gradle Home then it give error in build which I quoted here. I have to download this amount of data each time. Please tell me how to get rid of it and work on projects without Internet.
Unknown host 'jcenter.bintray.com'. You may need to adjust the proxy settings in Gradle.
Enable Gradle 'offline mode' and sync project
Learn about configuring HTTP proxies in Gradle
If I select offline mode in settings, it gives this error:
Could not download gradle-core.jar (com.android.tools.build:gradle-core:2.3.3): No cached version available for offline mode