
On the Add an activity to Mobile screen select Blank Activity and click Next.

Leave the next page as default and click Next. Next, open Android Studio and create a new project. Leave the Initialize this repository with a README unticked. Now complete the form to create a new repository called testproject. From the top right corner of the screen, click the + sign and select New repository. You will have an extra backup copy of your changes on the remote and if worthwhile, you can already let your intermediate changes to be reviewed by your fellow developers.This article provides a basic overview of how to use GitHub with Android Studio.įirstly, let’s login to and create a new repository. It is a good habit to push your changes regularly to the remote repository. With the Git context menu we can commit our changes to the local repository (remind you that these changes are not yet present on the server).


The ‘Directory Name’ is automatically filled in.

When you are using SSH, it is of the, when you are using HTTPS, it is of the form: . Copy the git repository url from your git server.Go to ‘File – New – Project from Version Control’ and choose Git.As git hosting platform, I am using, but it will be the same procedure to follow from any other git hosting (or local) platform. In this post I will explain how you can get started with Android Studio 2.3.3 from an existing git repository.
