How to add a GitHub account in Android Studio Artic Fox - android-studio

After updating to latest IDE.
Android Studio Arctic Fox | 2020.3.1
I wanted to sync my project which has been updated, with the one on my GitHub account.
I tried connecting to my account based on this answer:
https://stackoverflow.com/a/64920231/11214643
But the behavior has changed, now the link :
redirects me to an IntelliJ web-page without any token alternative.
After selecting the "Authorize in GitHub" option, a second window with a pop-up appears.
Nor the Google, the IntelliJ or the GitHub accounts are valid on the textbox, nothing works.
Do I need to fix some local environment variable??

Go with this Steps
1). click on Project from Version Control
2). Click on "Github" from Lefy Panel and go with "Use token..."
3). Then you get your Screen to login with Token

Related

Visual Studio Code - Azure Functions - New Project button disappeared

So I have been messing around trying to create an Azure Function using Visual Studio code. Frustrated enough to start all over and now according to Microsoft, to create a new project, I have to click the Azure icon on the left hand side and click New Project:
That being said, I don't have it anymore somehow:
Somebody please advise. I'm going crazy here trying to make it reappear.
For me, this option was buried in the sidebar menu in vscode as pictured below. I was not able to get the icons to reappear (I'm on an Apple Silicon machine).
1.Try to uninstall Azure Function Extension.
2.Restart Visual Studio Code.
3.Install the extension again.
The documentation on how to create New Azure Function Project in Visual Studio Code appears to be out of date. I found the solution in the store page of the extension. Open the 'Azure' extension, go to Workspace, click the plus, create function. Proceed as normal as per the MS Docs. Uninstalling did not work for me as #bala suggested.
Yeah, I did not had the button to create a new local Azure function.
I uninstalled Azure function plugin and after the refresh the button appeared. When I clicked the button, it informed me that I need to have Functions plugin installed.Then I reinstalled the plug-in and the button disappeared.
Restarting and Updating VSC fixed the issue.

Android Studio 2020.3.1 cannot login to github

I'm trying to checkout a project from Github using Android Studio.
I select "Get from VCS", then enter github URL.
I then get asked if I want to "Log In via GitHub". I select this option and select "Autorize with GitHub".
Then I get to this screen:
I've tried to enter my github email+password, my github username+password, my jetbrains email+password but none are accepted. Anyone else know what username and password this 127.0.0.1:63342 wants?
This problem happened to me also with android studio.
So i fixed it by following these steps:
Log in to you GitHub account and navigate to Settings > Developer
Settings > Personal Access Tokens
Click "Generate new token"
Add your message for this token: It's for Android Studio and you can
use it also for new commits.
Then check the following boxes: repo, read:org, and gist
Click "Generate token"
Copy the generated token and return to Android Studio.
Log In With Token From Android Studio
In Android Studio, Navigate to File > Settings > Version Control >
GitHub
Select the '+' and then choose "Log In with token".
Paste the copied token and click "Add Account".
Congratulations, you can now use your GitHub safely

How to import Gitlab project into Android Studio

In my company we have one android project into gitlab.com and into this project we pushed a lot of commits.
Now i want add this project into my personal system and when use Check out project from version control button show me one window and i paste my project link from Giltab but when click on Text button show me error messages and not add project into my personal system!
When go to Gitlab for see project should use username and password.
My android studio version is 3.3.1
My error image :
How can i fix it?

Roblox Studio keeps saying "You need to sign in to publish your project"

I'm having a problem publishing my Roblox Studio Project, I'm signed in but the program keeps saying:
You need to sign in to publish your project
I'm on Roblox Studio latest version and Windows 10 32-bit (Not Anniversary Update)
If something's wrong about Roblox Studio, please reply!
Well, from what I've read, it sounds like you've got a common case of not signing into ROBLOX Studio!
To sign in, enter ROBLOX Studio, go into the view tab, then press Start Page. From there you should be able to log in, and once again publish your place.
If you are already signed in on ROBLOX Studio, then perhaps you're not using the account that the place is on.
You could back up all your data and re-install Roblox Studio. This is not a problem on Roblox's side and it may be a corrupt file (I really don't know).

Where is the Android Support Library SDK in Android Studio 2.1?

I'm following a tutorial on setting up Android Studio and the current version that I'm using (2.1.2) is different than what they are using. I'm in the stand alone SDK manager and it's not in the listed options. Below is a screenshot if that helps.
1.Open Project Structure (Press F4 on your project).
2.Select Modules on the left pane.
3.Choose your project and you will see Dependencies TAB above the third Column.
4.Click on the plus sign in the bottom. Then a tree-based directory chooser dialog will pop up, navigate to your folder containing
android-support-v4.jar, press OK.
5.Press OK.
(a progress bar will appear, and voila it should download what you need)
By the way, you should really install the latest android-sdk update. From your screenshot, it doesn't look like you have yet.
if nothing works right then try to visit the link below
Android Support Library Manual Download

Resources