Skip to content

Commit

Permalink
Add small troubleshooting for importing sample app (#1438)
Browse files Browse the repository at this point in the history
Make it clear for users to import the project with "Import from external model", when importing the project into Android Studio.
  • Loading branch information
Leon Joosse authored and samtstern committed Sep 6, 2018
1 parent f83c621 commit 58429e5
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 58429e5

Please sign in to comment.