Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add small troubleshooting for importing sample app #1438

Merged
merged 1 commit into from
Sep 6, 2018
Merged
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down