Reputation: 133
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
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