Error performing 'load adapter data' on view 'Animations or transitions are enabled on the target de

易俊远
2023-12-01

Android espresso 单元测试报错:
现在百度已经百度不出来答案了。记下来以备后用。

android.support.test.espresso.PerformException: Error performing 'load adapter data' on view 'Animations or transitions are enabled on the target device.

解决方案:
开发者选项 下 禁用
—窗口动画缩放(Window animation scale)
—过渡动画缩放(Transition animation scale)
—动画程序时长缩放(Animator duration scale)

灵感参考:
http://blog.csdn.net/nicolelili1/article/details/52837687

 类似资料:

相关阅读

相关文章

相关问答