Committing all files from Android Studio to GitHub

11,345
  1. Check .gitignore file. http://git-scm.com/docs/gitignore

  2. Right-click on directory of your project (in Android Studio) -> Git -> Add enter image description here

Share:
11,345
Admin
Author by

Admin

Updated on July 25, 2022

Comments

  • Admin
    Admin almost 2 years

    I'm new to the GitHub, and trying to push my project to the GitHub from VCS of Android Studio. When I do this it commits and pushes only .java files and no other files like resources etc.

    How can I push the rest of the files? Thanks.

  • Stephen Kuehl
    Stephen Kuehl about 8 years
    Git does not appear in the menu when you right click.
  • John Smith
    John Smith about 8 years
    @StephenKuehl check if you have created Git repository