ϻisռad Ϙasiϻ
ϻisռad Ϙasiϻ

Reputation: 133

How to remove a repository from android studio?

I made a repository for one of my android projects. But later I deleted that repository from GitHub. Now I made a new repository for that same project. But the previous repository is still showing in the dropdown. Is there any way to make Android Studio completely forget about the first repo?

Upvotes: 1

Views: 957

Answers (1)

Bogdan Lonchuk
Bogdan Lonchuk

Reputation: 209

The easiest way for doing that is just to delete the previous project from your PC and integrate new repository code in Android Studio.

In that case Android Studio will forget about the first repo and you will be able to work with new repository.

Upvotes: 1

Related Questions