Software⏱️ 2 min read📅 2026-06-03

How to Fix: Error: Unable to run mksdcard SDK tool

Error in Android Studio setup wizard on Ubuntu.

Quick Answer: Check if the JDK is up-to-date and try updating it. If not, download and install the latest version from the official Oracle website.

The 'Unable to run mksdcard SDK tool' error occurs when the Android Studio setup process fails to locate the JDK (Java Development Kit) or VM (Virtual Machine) required for installation. This issue is commonly encountered on Ubuntu systems.

⚠️ Common Causes

  • The JDK or VM is not properly installed or configured.

✅ Best Solutions to Fix It

Method 1: Update JDK and Reinstall Android Studio

  1. Step 1: Open the terminal and update the package list using sudo apt-get update.

Method 2: Install OpenJDK and Reinstall Android Studio

  1. Step 1: Install OpenJDK using sudo apt-get install default-jdk.

💡 Conclusion

By following these steps, you should be able to resolve the 'Unable to run mksdcard SDK tool' error and successfully install Android Studio on your Ubuntu system.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions