
You might want to change the project location. In the Create New Project window, enter the following values: In the Welcome to Android Studio window, click Start a new Android Studio project.Activity TypeĬreating and managing a project in Android StudioĬreate an Android Studio project in a Gitlab repository

This lesson shows you how to create new Android Project with Android Studio, add new libraries, run it and manage VSC through Android's IDE interface. "z:\Projects\myproject".Lesson 1 - Creating and managing a project in Android Studio The directory with this name will be created in Parent directory, so the files will be checked out to Parent_directory\Project_directory, eg.

"z:\Projects" The path which must exist, and in which the new project is created

In my case the path would be C:\Users\Eugene.ssh\config. If you have a Putty key, use Putty's puttygen.exe tool to export the private key in OpenSSH format.Ĭreate the config file as described in those instructions. This is where the above mentioned instructions are misleading - they point to the key in supposedly Putty format (the. What you need to do (especially when you start from scratch) is:Įnsure that your key is an OpenSSH key, and that it's a private key (not a public key). If you already have the remote git repository, which you want to check out, and you have a private key, then the instructions on might help to some extent, but they are for older version of Android Studio and they are too complicated.
