-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Conversation
Make it clear for users to import the project with "Import from external model", when importing the project into Android Studio.
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
I signed it! |
CLAs look good, thanks! |
@leonjoosse thanks for this clarification! LGTM, @SUPERCILEX wdyt? |
@samtstern This is kinda Studio's fault, but I don't see why not. 😃 |
I'm new to Android and Firebase and I'm trying to use this project. I clone the entire project locally, then opened AS, selected import, then I chose "import project from external model", clicked on Next. The form is then looking for the "Gradle Home". "Use local gradle distribution" is selected. What value do I enter here? I've tried pointing it to the "gradle" folder located at "FirebaseUI-android/gradle" but that did not work. I also tried pointing to "FirebaseUI-android/app". I also removed the .idea folder. any help is appreciated. |
@trigal2012 Yeah, that dialog is annoying. Just select the first option to use the Gradle wrapper and click next. I think AS 3.2 will be able to handle the project better. |
@SUPERCILEX thanks for the quick response. looks like I may have another issue because the option you mentioned is grayed out. I'll dig around. Thanks! |
I would like to clarify this issue in the README: #1349