

- #How to update android studio project to github how to#
- #How to update android studio project to github install#
Go to File->Settings->Version Control (Expand)->GitHubĮnter the account/password registered on the GitHub website in the Login/Password field, as shown below:Ĭlick, and it prompts Connection successful, indicating that the configuration is successfulĮnter VCS->Import into Version Control->Share Project on GitHub, as shown below:
#How to update android studio project to github install#
Go to File->Settings->Version Control (Expand)->GitĮnter the path to install Git in the Path to Git executable field, as shown in the following figure:Ĭlick the button, if Git executed successfully appears, the configuration is successful, and the Git version number will also be prompted, as shown below: Record the installation path, the default installation is D:\Program Files\Git

Register an account on the GitHub website, GitHub official websiteĭownload the Git exe, double-click the exe, and continue to next The Git version control system needs to be installed locally, download addressģ. Install Android Studio and create a new project, download addressĢ. Because it only supports Git as the only repository format for hosting, it is named GitHub.ġ. GitHub: It is a hosting platform for open source and private software projects. Git (distributed version control system): is an open source distributed version control system that can effectively and quickly handle the version management of projects from very small to very large. Before that, I will introduce a few concepts.Īndroid Studio: Google launched an Android integrated development tool, based on IntelliJ IDEA, similar to Eclipse ADT, Android Studio provides an integrated Android development tool for development and debugging.

#How to update android studio project to github how to#
This article mainly explains how to upload Android Studio projects to GitHub.
