Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shell/platform/android/robolectric.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Match the value at shell/platform/android/embedding_bundle/build.gradle.
# Match the value at tools/cipd/android_embedding_bundle/build.gradle.
# TODO(https://github.com/flutter/flutter/issues/57655): figure out
# what's wrong with sdk=29.
sdk=28
6 changes: 3 additions & 3 deletions shell/platform/android/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ integration tests in other repos.
`shell/platform/android/**test**/io/flutter/util/Preconditions**Test**.java`.
2. Add your file to the `sources` of the `robolectric_tests` build target in
`/shell/platform/android/BUILD.gn`. This compiles the test class into the
test jar.
test jar.
3. Import your test class and add it to the `@SuiteClasses` annotation in
`FlutterTestSuite.java`. This makes sure the test is actually executed at
run time.
Expand All @@ -25,8 +25,8 @@ integration tests in other repos.

### My new test won't run. There's a "ClassNotFoundException".

See [Updating Embedding Dependencies](../embedding_bundle).
See [Updating Embedding Dependencies](/tools/cipd/android_embedding_bundle).

### My new test won't compile. It can't find one of my imports.

See [Updating Embedding Dependencies](../embedding_bundle).
See [Updating Embedding Dependencies](/tools/cipd/android_embedding_bundle).