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

CATROID-1593 Fix error 'Could not launch activity' in Espresso tests #5033

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Sep 12, 2024

  1. CATROID-1593 Fix error 'Could not launch activity' in Espresso tests

    Android OS can only start activities if they are listed in the app's
    Manifest. Activities created for testing purposes were therefore
    moved into the debug source set and listed in the corresponding debug
    Manifest. When the app us built for testing those activities will be
    available but not when the app is built for release.
    reichli committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1261517 View commit details
    Browse the repository at this point in the history