Skip to content

Commit

Permalink
docs: Add FAQ section about sync problems (#1173)
Browse files Browse the repository at this point in the history
* docs: Add FAQ section about sync problems

* Update README.md

Co-authored-by: Michael Wright <[email protected]>

* Update README.md

Co-authored-by: Michael Wright <[email protected]>
Co-authored-by: bootstraponline <[email protected]>
  • Loading branch information
3 people authored Sep 29, 2020
1 parent 6f43ff1 commit f2f2972
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,15 @@ and flank's example [gradle-export-api](https://github.com/Flank/flank/tree/mast
3) > Test run failed to complete. Expected 786 tests, received 660
Try setting `use-orchestrator: false`. Parameterized tests [are not compatible with orchestrator](https://stackoverflow.com/questions/48735268/unable-to-run-parameterized-tests-with-android-test-orchestrator). Flank uses [orchestrator by default on Android.](https://developer.android.com/training/testing/junit-runner)

4) > I have an issue when attempting to sync the Flank Gradle project
> Task 'prepareKotlinBuildScriptModel' not found in project ':test_runner'.
> or similar
- Make sure you do not change any module specific settings for Gradle
- Clear IDE cache using `File > Invalidate Caches / Restart`
- Re-import project using root `build.gradle.kts`
- Sync project again

# Resources

Expand Down

0 comments on commit f2f2972

Please sign in to comment.