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

Import Project #42

Closed
rohitshampur opened this issue Mar 14, 2016 · 1 comment
Closed

Import Project #42

rohitshampur opened this issue Mar 14, 2016 · 1 comment
Assignees

Comments

@rohitshampur
Copy link

Please remove *.iml and *.idea from .gitignore and rebuild the project and push so we can import it into android studio directly from git

@dlazaro66 dlazaro66 self-assigned this Mar 14, 2016
@saguinav
Copy link
Collaborator

saguinav commented Jul 17, 2016

*.iml and *.idea files are created by the IDE when the project is imported and they should not be commited into the repo. In order to import this project into Android Studio you should:

  1. Checkout the repo.
  2. Open Android Studio.
  3. Go to File > Open...
  4. Look for the directory where you did checkout the project and select the root build.gradle file.

I hope it works for you. Otherwise let me know and I will be happy to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants