From f2f2972357b1f6dd0b1747e7960b2e7983b232b0 Mon Sep 17 00:00:00 2001 From: piotradamczyk5 <65554637+piotradamczyk5@users.noreply.github.com> Date: Tue, 29 Sep 2020 16:22:20 +0200 Subject: [PATCH] docs: Add FAQ section about sync problems (#1173) * docs: Add FAQ section about sync problems * Update README.md Co-authored-by: Michael Wright * Update README.md Co-authored-by: Michael Wright Co-authored-by: bootstraponline --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1b000f38ba..79c03e9e15 100644 --- a/README.md +++ b/README.md @@ -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