Skip to content

Commit 58429e5

Browse files
Leon Joossesamtstern
Leon Joosse
authored andcommitted
Add small troubleshooting for importing sample app (#1438)
Make it clear for users to import the project with "Import from external model", when importing the project into Android Studio.
1 parent f83c621 commit 58429e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,14 @@ and Gradle while trying to run the sample app, try disabling the Instant
193193
Run feature of Android Studio. Alternatively, update Android Studio and
194194
Gradle to their latest versions.
195195

196+
A note on importing the project using Android Studio: Using 'Project from
197+
Version Control' will not automatically link the project with Gradle
198+
(issue [#1349](https://github.com/firebase/FirebaseUI-Android/issues/1349)).
199+
When doing so and opening any `build.gradle.kts` file, an error shows up:
200+
`Project 'FirebaseUI-Android' isn't linked with Gradle`. To resolve this
201+
issue, please `git checkout` the project manually and import with `Import
202+
from external model`.
203+
196204
## Snapshot builds
197205

198206
Like to live on the cutting edge? Want to try the next release of FirebaseUI before anyone else? As of version `3.2.2`

0 commit comments

Comments
 (0)