gpt4 book ai didi

java - android 中 uiautomator.jar 中删除的方法

转载 作者:行者123 更新时间:2023-11-30 02:54:20 25 4
gpt4 key购买 nike

我正在使用 uiautomator我项目中的 API。我发现 uiautomator.jar 有 stub API,而它们的实现存在于 sdk 文件夹下的 sources 中。

public static UiDevice getInstance()
{
throw new RuntimeException("Stub!");
}

我现在该怎么办?

最佳答案

Since, UiDevice is a singleton class, I need to call getInstance()

your UiAutomatorTestCase 上调用 getUiDevice()获取您的 UiDevice 实例。

关于java - android 中 uiautomator.jar 中删除的方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23549482/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com