over 8 years ago
Android Studio has git plugin, which can make you have a well version control on your project.
In this part, I will show you
Prepare :
At the first, you should install Git for Windows.
And then, Setting git tools path for Android Studio.
File > Settings > Version Control > Git
You can click Test button to check function. Such as figure below.
Read on →
over 8 years ago
In this part, I will introduce how to git clone repository.
Because Android Studio update frequently, I suggest that you'd better to check update for newest version.
And check your Android SDK update, it's usually involving to your development environment.
Let's start it!
Read on →