No cached version of gradle available for offline mode
问题 I have no Internet connection at all in my development environment, even temporary Internet is not an option. I have received Android project, but I cannot compile it at all. I get the following message: "No cached version of com.android.tools.build:gradle:2.1.2 available for offline mode" Can I provide the dependencies/caches/etc manually? 回答1: MY SOLUTION Simply Go in : File > Settings > Build, Execution, Deployment > Gradle > Unchecked Offline Mode Now Run your app in device if it's 1st