android-test
android-test copied to clipboard
An extensive framework for testing Android apps
Skip launching an empty activity on ActivityScenario#finish for API >= 27 ActivityScenario would previously launch an empty activity twice during finish, as a workaround to ensure the Android framework invoked...
Initialize InstrumentationRegistry before creating RunListeners from RunnerArgs
Update build to use SDK 29 ActivityScenario is now using Intent.getIdentifier, which is only available in SDK 29. Update the SDK version used when building the package.
Fix Android SDK download in AXT Dockerfile The shell pipe character was missing.
Attempt to reduce the log noise in AXT Google Cloud Build The log size of the AXT Google Cloud Build is massive (50MB+). Most of the output is the result...
Handle Activities launched via implicit intents. Fixes #496
Attempt to fix Google Cloud Build by downgrading bazel