Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Android Basics: Lemonade app #58

Closed
Daeon97 opened this issue Jan 18, 2023 · 0 comments · May be fixed by #59
Closed

Android Basics: Lemonade app #58

Daeon97 opened this issue Jan 18, 2023 · 0 comments · May be fixed by #59

Comments

@Daeon97
Copy link

Daeon97 commented Jan 18, 2023

https://developer.android.com/codelabs/basic-android-kotlin-training-project-lemonade?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-kotlin-four%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-training-project-lemonade#6

Project: Lemonade app, task 7: Testing instructions

All tests in the LemonadeTests test case fail with the exception

android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.lemonade.test/androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity}; have you declared this activity in your AndroidManifest.xml, or does your intent not match its declared ?

  1. Open app/src/androidTest/java/com/example/lemonade/LemonadeTests.kt
  2. Run the LemonadeTests test case
  3. Error is displayed in the debug console

Versions
Android Studio version: Android Studio Dolphin | 2021.3.1 Patch 1
API version of the emulator: Pixel 4a running Android Tiramisu, API level 33

Additional information
Screenshot from 2023-01-18 15-56-14

Daeon97 added a commit to Daeon97/android-basics-kotlin-lemonade-app that referenced this issue Jan 18, 2023
@Daeon97 Daeon97 mentioned this issue Jan 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants