We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm following Hello World example from here and even though the test passes just fine, the toast is not displayed on the screen.
I get the same behaviour on an emulator with Android 14 and also on a device with Android 13 (Galaxy A04).
I've even set a breakpoint in
mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/NotificationSnippet.java
Line 31 in ac70166
It's been a while since I did any Android development, I suspect maybe the issue is caused by the context being passed to Toast.makeText method.
Toast.makeText
Can you please look into this?
Thank you, Cosmin
The text was updated successfully, but these errors were encountered:
ko1in1u
No branches or pull requests
Hello,
I'm following Hello World example from here and even though the test passes just fine, the toast is not displayed on the screen.
I get the same behaviour on an emulator with Android 14 and also on a device with Android 13 (Galaxy A04).
I've even set a breakpoint in
mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/NotificationSnippet.java
Line 31 in ac70166
It's been a while since I did any Android development, I suspect maybe the issue is caused by the context being passed to
Toast.makeText
method.Can you please look into this?
Thank you,
Cosmin
The text was updated successfully, but these errors were encountered: