I have used one Github account to push an android project to Github from Android Studio. Now I have created another account on Github and want to push my another android project
Perhaps not the answer you are wanting, but you can probably solve this by finding out where the project code is stored by android studio and changing the git remote there.
For example, if you want to change where the main repository you push to, enter this in the command line when inside the project directory:
git remote set-url origin