
Step 2 - Enable Version Control Integration The following provides the step-by-step instructions on how you can upload your Android studio projects to GitHub: For example, generated files are not required to commit and push to GitHub. The good thing about using Android Studio to upload your files to GitHub is it automatically figures out for you what files are required to commit and push to GitHub. We can write some code finally! On the next post.Simple and beginner-friendly step-by-step guides to share your Android project in GitHub repository Right click on your project directory (app)→ Git→ Commit Directory→ Commit Message→ Commit and Push→ Commit→ Name and Email→ Set and Commit→ Push All right! Now our project is in a web repository we are ready to improve the app.


Right click on your project directory (app)→ Git→ Add 7 Commit the changes VCS→ Import into Version Control→ Share Project on GitHub→ Share A new repository was created. VCS → Enable Version Control Integration→ Git 2 Download and install GitHub Desktop 3 Inform Android Studio about Git executable locationįile→ Settings→ Version Control→ Git→ Path to Git executable If you use Windows, your path should be something like that: C:UsersXXXXXAppDataLocalGitHubPortableGit_XXXXXcmdgit.exe 4 Connect Android Studio to your GitHub accountįile→ Settings→ Version Control→ GitHub Host: Login: … Password: … 5 Share your project Do you know what I’m talking about, right? So let’s go! 1 Enable version control integration in Android Studio After that you will be able to perform commits, updates, adds, merges, checkouts etc. So here we will see how to integrate Android Studio to your GitHub account. Before adding new features to that, it’s a good practice to integrate the project to a version control system such as Subversion (SVN), Mercurial or Git.

We already have created and run our first app.
