Skip to content
New issue

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

Write automated tests: Android Basics with Compose #214

Open
0Newen opened this issue Jul 1, 2024 · 0 comments
Open

Write automated tests: Android Basics with Compose #214

0Newen opened this issue Jul 1, 2024 · 0 comments

Comments

@0Newen
Copy link

0Newen commented Jul 1, 2024

After following the instructions of the CodeLab I try to run the Instrumentation test created just for notice there wasn't working. I tried some solutions presented on the web but what fixed the issue was:

  1. Open the Build.gradle(:app) file.
  2. Copy the following line: debugImplementation 'androidx.tracing:tracing:1.1.0'
  3. Paste it under the dependencies Tag
  4. Rebuild your project
  5. Try again to run the Test
  6. That solved my bug. Hopefully it solves yours!

Bug Information:
IntrumentationTestFailed.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant