From b87ee4eaf548e20a60dd457404e6959ce74e0595 Mon Sep 17 00:00:00 2001 From: Leon Joosse Date: Thu, 6 Sep 2018 21:53:10 +0200 Subject: [PATCH] Add small troubleshooting for importing sample app Make it clear for users to import the project with "Import from external model", when importing the project into Android Studio. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index afd1eefd7..161c0d066 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,14 @@ and Gradle while trying to run the sample app, try disabling the Instant Run feature of Android Studio. Alternatively, update Android Studio and Gradle to their latest versions. +A note on importing the project using Android Studio: Using 'Project from +Version Control' will not automatically link the project with Gradle +(issue [#1349](https://github.com/firebase/FirebaseUI-Android/issues/1349)). +When doing so and opening any `build.gradle.kts` file, an error shows up: +`Project 'FirebaseUI-Android' isn't linked with Gradle`. To resolve this +issue, please `git checkout` the project manually and import with `Import +from external model`. + ## Snapshot builds Like to live on the cutting edge? Want to try the next release of FirebaseUI before anyone else? As of version `3.2.2`