Home > Enterprise >  I can not login to GitHub account in Android Studio
I can not login to GitHub account in Android Studio

Time:04-12

I generated an access token in GitHub with required scopes as following

enter image description here

enter image description here

enter image description here

The added token in GitHub login section an android studio and gives an Invalid AUTH Data as following

enter image description here

So, How can I login? and is there a way to login through android studio terminal?

CodePudding user response:

I solve that by updating Android Studio IDE to the latest version

  • Related