79577560

Date: 2025-04-16 15:43:31
Score: 0.5
Natty:
Report link

enter image description here

You're probably using an outdated version of the cmdline-tools.

Open SDK Manager in Android Studio.

Go to SDK Tools tab.

Enable "Show Package Details" at the bottom right.

Under Android SDK Command-line Tools, make sure you have the latest version installed.

If multiple versions are installed, remove older ones.

Alternatively, from terminal (if on Windows, use PowerShell or Command Prompt):

bash Copy Edit cd $ANDROID_HOME/cmdline-tools You may see a folder like latest or 3.0, 4.0, etc. Delete or replace older versions.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Lakshman Jodhawat