SDK Manager Not Authorised

Hey I’m using the SDK Manager 2.2.0.12028 version, but I am unable to access the SDK Manager. Each time I try to login, the error message is displayed that I have no authorisation. My account says that I am an active developer so I am not sure whats going on. I’m using Ubuntu 22.04 as well through VMware. I’ve posted this issue elsewhere, details of the versions can be found SDK Manager Not Authorised - #2 by MarkusHoHo (it won’t let multiple images be uploaded)

Thanks

Suggest to use a native Ubuntu host machine, not on VM.
You can also delete all downloaded SDK manager folder and try again.

Hey, thanks for the response.

I took your advice and tried the program on an Ubuntu 24 machine, however the relavent software I needed was only available on Ubuntu 18 and 20, so I installed 20 and removed 24 from the computer, however now I have run into another issue, the sdkmanager_2.2.0-12028_amd64.deb won’t open… it opens the software installer but closes itself within a minute and the installation never occurs.

I’ve tried terminal install too (output below) and it just states that its an unsupported file. Any clues what I can do to fix this? I tried multiple downloads of the sdkmanager from the website as well as through usb from another device (this same file from the usb worked before downgrading versions).

Sorry for the long response, thanks again for the assistance

~$ sudo apt install ./sdkmanager_2.2.0-12028_amd64.deb[sudo] password for <>:
Reading package lists… Done
E: Unsupported file ./sdkmanager_2.2.0-12028_amd64.deb given on commandline
~$ sudo apt update && sudo apt upgrade
Err:1 Index of /ubuntu focal-security InRelease
Temporary failure resolving ‘security.ubuntu.com
Err:2 http://au.archive.ubuntu.com/ubuntu focal InRelease
Temporary failure resolving ‘au.archive.ubuntu.com
Err:3 http://au.archive.ubuntu.com/ubuntu focal-updates InRelease
Temporary failure resolving ‘au.archive.ubuntu.com
Err:4 http://au.archive.ubuntu.com/ubuntu focal-backports InRelease
Temporary failure resolving ‘au.archive.ubuntu.com
Reading package lists… Done
Building dependency tree
Reading state information… Done
All packages are up to date.
W: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/focal/InRelease Temporary failure resolving ‘au.archive.ubuntu.com
W: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease Temporary failure resolving ‘au.archive.ubuntu.com
W: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/focal-backports/InRelease Temporary failure resolving ‘au.archive.ubuntu.com
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/InRelease Temporary failure resolving ‘security.ubuntu.com
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists… Done
Building dependency tree
Reading state information… Done
Calculating upgrade… Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
~$ sudo apt install ./sdkmanager_2.2.0-12028_amd64.deb
Reading package lists… Done
E: Unsupported file ./sdkmanager_2.2.0-12028_amd64.deb given on commandline
~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
~$ sudo dpkg -i sdkmanager_2.2.0-12028_amd64.deb
dpkg: error: cannot access archive ‘sdkmanager_2.2.0-12028_amd64.deb’: No such file or directory
~$ sudo apt-get install -f
Reading package lists… Done
Building dependency tree
Reading state information… Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
~$ sudo apt install ./sdkmanager_2.2.0-12028_amd64.deb
Reading package lists… Done
E: Unsupported file ./sdkmanager_2.2.0-12028_amd64.deb given on commandline