
When you merge projects in Android Studio, the latest project becomes the parent and the old project becomes the child. How do I merge projects in Android Studio? To clone an Android Studio project from GitHub, use the following steps: How do I clone an Android Studio project from GitHub? Once the project has been imported, you can start working on it as usual in Android Studio. This will open the Import Project from Git dialog box, which you can use to locate and select your GitHub project file. The easiest way to import a GitHub project into Android Studio is to use the File -> Import Project… menu item.

How do I import a GitHub project into Android Studio?



You can name the token you want and select the permissions you want to access to this token. Then, also in the options on the left, select Personal access tokens, and then select Generate new token to generate a new token. In the options on the left, select Developer settings. When you cannot log in to GitHub using your account, you can actually use token to obtain the authentication.įirst, log in your GitHub account via browser, select the right top corner user icon, select Settings. But I did not expect, The GitHub login verification function provided by Android Studio IDE cannot be used.Įnter the correct account and password, but the following error message will still be returned: invalid authentication data.404 Not Found -Not Foundīy the way, in the other IDEs developed by Jetbrains have no this problem. Today I use Android Studio to develop an application, and want to create a GitHub repository.
