File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,14 @@ and Gradle while trying to run the sample app, try disabling the Instant
193193Run feature of Android Studio. Alternatively, update Android Studio and
194194Gradle 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
198206Like to live on the cutting edge? Want to try the next release of FirebaseUI before anyone else? As of version ` 3.2.2 `
You can’t perform that action at this time.
0 commit comments