Set date and time from adb

adb shell date -s YYYYMMDD.HHmmss adb shell date -s 20141020.165800 adb shell date -s 20120423.130000 adb shell 'su 0 date -s YYYYMMDD.HHmmss'…

Android Studio stuck on 'Gradle: resolve dependancies'

Check all the dependencies, whether they are valid or not. Or for a temporary fix, try offline mode. To enable this setting go to: Preferences -> Gradle In the right side options go down to "Global Gradle Settings" and check the "Offline work" box.Build from the command line…