Please how do I resolve this android studio error: no cache version of com.android. tools.build:gradle3.5.3 available for offline mode
Asked
Active
Viewed 27 times
0
-
looks like you workspace gradle is offline. go to preferences, build tools , gradle and check wether you have enable gradle to work online. for newer android studio, there is no such feature – Viroj Fernando Apr 06 '20 at 14:03
-
All right, thanks. But I prefer working offline, how do I resolve it? – buikedaniel Apr 06 '20 at 16:23
-
@buikedaniel hope this helps [How do I set up Android Studio to work completely offline](https://stackoverflow.com/questions/18158034/how-do-i-set-up-android-studio-to-work-completely-offline) – jose praveen Apr 07 '20 at 03:12