I have very slow bandwidth, so I\'m trying to keep all the required files on the local machine to work with Android Studio completely offline. When I click on \"New Project\
Android Studio 1.3.1 has neither
Gradle > Global Gradle settings > Offline work
nor a
Compiler
menu. To access the compiler menu, go to :
File > Settings > Build, Execution & Deployment > Compiler > Compiler
and de-select Configure on demand
The above still uses data but is faster, I was able to load images and maps. However, in addition, if you want to be completely offline, you need to do the following:
File -> Settings ->Build, Execution,Deployment -> Build Tools -> Gradle ->
check Offline work
Click the OK button.
For Android Studio 2.0 it is the same procedure.