I recently ran into the Android Studio SDK Problem "Your Android SDK is missing, out of date or corrupted" while starting my newly installed Android Studio 4.0. When I clicked on "Open SDK Manager" it opened the prompt on installed packages but didn't let me select anything. So I had to restart my Android Studio and it took me back to the "Android Studio Setup Wizard" and eventually had to install all the required packages like the below
Android Emulator
235 MB
Android SDK Build-Tools 29.0.3
52.6 MB
Android SDK Platform 29
74.6 MB
Android SDK Tools
149 MB
Intel x86 Emulator Accelerator (HAXM installer)
2.63 MB
SDK Patch Applier v4
1.74 MB
Sources for Android 29
37.6 MB
Preparing "Install Android SDK Platform-Tools (revision: 30.0.1)".
Downloading https://dl.google.com/android/repository/platform-tools_r30.0.1-windows.zip
"Install Android SDK Platform-Tools (revision: 30.0.1)" ready.
Installing Android SDK Platform-Tools in C:\Users\c2c\AppData\Local\Android\Sdk\platform-tools
"Install Android SDK Platform-Tools (revision: 30.0.1)" complete.
"Install Android SDK Platform-Tools (revision: 30.0.1)" finished.
Preparing "Install Intel x86 Emulator Accelerator (HAXM installer) (revision: 7.5.6)".
Downloading https://dl.google.com/android/repository/extras/intel/haxm-windows_v7_5_6.zip
java.net.NoRouteToHostException: No route to host: connect
Warning: An error occurred while preparing SDK package Intel x86 Emulator Accelerator (HAXM installer):
No route to host: connect.
Solution: It seems like while I was installing the Android Studio afresh I had internet problems that failed to download the above-required packages. This issue got resolved after downloading them. I hope it helps someone!
More Posts related to Android-Studio,
- Your Android SDK is missing, out of date or corrupted SDK Problem
- Use Netbeans keyboard shortcuts in Android Studio
- Android Studio NoClassDefFoundError: java.awt.Toolkit
- Create assets folder in Android Studio
- Cannot start Android Studio. No JDK found
- Android Studio emulator/Device logCat logs not displayed
- Android Studio : Implement abstract methods shortcut
- Android Studio 4.2 Canary 1 now available
- Error running 'app': No target device found.
- How to Search Something (string) in Android Studio Project like Eclipse
- Android Studio : Connection Error : Failed to download patch file
- How to enable line numbers in IntelliJ Android Studio for all files
- Building library Gradle Project Info: Downloading services.gradle.org
- AVD Pixel_2_API_15 is already running. [Android Studio]
- How to update Android Studio
- [Android Studio] failed to find Build Tools revision 23.0.0 rc1
- Android Studio SDK Build-tools 23 rc2 not getting installed
- The package must have at least one . separator [Android Studio]
- Android activity main xml stuck loading
- Delete Android Studio Projects
- Failed to install Android.apk on device 'emulator-5554': timeout
- Android Studio java.net.NoRouteToHostException
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio
- Android Emulator window was out of view and was recentered
- How to remove Floating Action Button Android Studio Blank Activity Template
More Posts:
- Disable jQuery button after being click - jQuery
- Android xml error Attribute is missing the Android namespace prefix [Solution] - Android
- Google Webmaster : An error has occurred. Please try again later - Google
- How to Change Bootstrap Carousel Slide Speed - Bootstrap
- Increase Android Emulator Timeout time - Android
- Create a large dummy file using Mac OS X terminal command - Mac-OS-X
- How to write hello world different languages syntax - HowTos
- Enable Spellcheck in eclipse workspace - Eclipse
- Remove URL Forward Slash Before Single or Double quotes in php.ini - PHP
- Android Studio Error:(19, 0) Gradle DSL method not found: android() - Android-Studio
- How to upload file programmatically to SharePoint Document Library using Server Object Model C# .Net - SharePoint
- Fixed Length Android Edittext - Android
- Obsolete marquee element alternatives html5 - Html
- Update Created By (Author) column of SharePoint document using PowerShell - SharePoint
- The Android Virtual Device is currently running in an emulator and cannot be deleted - Android