How to import a GitHub project with Androidstudio Eclipse import to GitHub project
Just right-click git to finish.
Androidstudio Importing GitHub projects
First step: You need git and Androidstudio on your computer first
Step Two: Settings interface set git, configure Git path
Step Three: Settings Configure your GitHub account number and enter your account password.
Fourth Step: Configure the project address you want to clone from VCS--Checkout from Version Control-to GitHub to GitHub.
Fifth step: The following pull push basic operation is performed in the VCs.
Step two: Set up git, configure the git path
The third step: you need to have a GitHub account, next to the following configuration
Fourth Step: Configure the project address you want to clone VCS--Checkout from Version Control--to Github
When you click on GitHub, it will look like this
There are two options, the first one is to use the default Gradle version of the project, and one is to use your local gradle
I chose the second one here, so that you do not have to download, download, you know. Then click OK, and wait just fine.
This looks like it proves you're successful.
When you're successful, in your tool-bar VCS
There will be a series of operations on Git, and pull,push,add can be done here.
These two are pull, one is push, or you can
android--How to import GitHub projects with Androidstudio and Eclipse