gpt4 book ai didi

Android UI tester monkey - 没有发现要运行的 Activity

转载 作者:行者123 更新时间:2023-11-30 02:47:21 32 4
gpt4 key购买 nike

我试图让 android ui monkey 第一次运行,但遇到了一些问题。

我运行了 adb shell monkey -v 100 运行正常,但显然只在系统 UI 上运行,而不是在我自己的应用程序上运行。

然后我试试

adb shell monkey -p com.rbennett485.dawnoftheveg -v 100

并得到输出

:Monkey: seed=1406692871132 count=100
:AllowPackage: com.rbennett485.dawnoftheveg
:IncludeCategory: android.intent.category.LAUNCHER
:IncludeCategory: android.intent.category.MONKEY
** No activities found to run, monkey aborted.

我的 list 的相关部分是

<activity
android:name="com.rbennett485.dawnoftheveg.DawnOfTheVeg"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:configChanges="keyboard|keyboardHidden|orientation">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.MONKEY" />
</intent-filter>
</activity>

有什么想法吗?我知道之前有很多人问过这个错误,但似乎主要是因为没有使用完整的包名称 - 我在这里使用的包名称是否正确?

最佳答案

原来我的主要 Activity 所在的包与我的 list 中定义的包有不同的名称。通过使用 list 包名称,它工作正常

关于Android UI tester monkey - 没有发现要运行的 Activity ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24802172/

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