Sdkmanager - Linux - No available releases for linuxmint19

Mint is based on Ubuntu. But here is the solution.

make a copy of your file: /etc/os-release which is probably a link to /usr/lib/os-release

Then edit the file like this:

--- /usr/lib/os-release	2018-02-12 19:21:45.000000000 +0100
+++ /usr/lib/os-release.sdkmanager	2021-11-15 10:47:37.818237598 +0100
@@ -1,9 +1,9 @@
 NAME="Linux Mint"
 VERSION="19 (Tara)"
-ID=linuxmint
+ID=ubuntu
 ID_LIKE=ubuntu
 PRETTY_NAME="Linux Mint 19"
-VERSION_ID="19"
+VERSION_ID="18.04"
 HOME_URL="https://www.linuxmint.com/"
 SUPPORT_URL="https://forums.ubuntu.com/"
 BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/
2 Likes