Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/178.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/wcf/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法更改android emulator日期_Android_Appium - Fatal编程技术网

无法更改android emulator日期

无法更改android emulator日期,android,appium,Android,Appium,我想将android emulator时间改为提前1天,我是否可能尝试了以下解决方案,但未能实现。(系统->Mac) adb-e外壳日期$(日期“+%Y%m%d.%H%m%S”) 亚行根 adb shell“datedate+%m%d%H%m%Y.%S”我认为您需要使用date-S设置日期当我使用date-S时,它显示未知选项。这是一个示例命令,值为:adb shell date$(date+%11%11%11%2017)。它改变了日期,但只有几秒的时间,我想把它设置到我的模拟器上并使用它,但到

我想将android emulator时间改为提前1天,我是否可能尝试了以下解决方案,但未能实现。(系统->Mac)

adb-e外壳日期$(日期“+%Y%m%d.%H%m%S”)

亚行根
adb shell“date
date+%m%d%H%m%Y.%S

我认为您需要使用
date-S
设置日期当我使用date-S时,它显示未知选项。这是一个示例命令,值为:adb shell date$(date+%11%11%11%2017)。它改变了日期,但只有几秒的时间,我想把它设置到我的模拟器上并使用它,但到现在为止我还没有找到任何解决方案。