Please validate either ANDROID_STUDIO_JDK or JDK_HOME or JAVA_HOME points to valid JDK installation.
You get this error when you try to open Android Studio on Windows Operating System when the IDE is not able to find Java in the system.
- If you do not have JDK installed download it and get it installed.
- If Java JDK is already installed you should find it at C:\Program Files\Java\jdk1.x.x_xx
- Go to Start → Computer → System Properties → Advanced System Properties → Advance → Environment Variables
- Add new variable : Variable Name : JAVA_HOME,Variable value : C:\Program Files\Java\jdk1.x.x_xx
- Add (append) new system variable : Variable Name : PATH , Variable value : ;C:\Program Files\Java\jdk1.x.x_xx\bin
More Posts related to Android-Studio,
- Error running 'app': No target device found.
- How to save IntelliJ IDE Console logs to external log file
- Android Studio : Implement abstract methods shortcut
- Android Studio Error:(19, 0) Gradle DSL method not found: android()
- Android [SDK Manager] The system cannot find the path specified
- [Solution] Android Studio does not displays Toolbar in Layout Design
- [Android Studio] failed to find Build Tools revision 23.0.0 rc1
- [Android Studio] Hardcoded string Button, should use @string resource
- JDK Location in Android Studio
- Android Studio : Connection Error : Failed to download patch file
- Your Android SDK is missing, out of date or corrupted SDK Problem
- Cannot start Android Studio. No JDK found
- Android Studio : Build Tools 23.0.0 rc1 is deprecated
- Android Studio emulator/Device logCat logs not displayed
- Delete Android Studio Projects
- Android Studio : Change FAB icon color : FloatingActionButton
- How to install Android Studio Chipmunk and SDK tools on macOS (2021.2)
- Building library Gradle Project Info: Downloading services.gradle.org
- [Android Studio] Could not automatically detect an ADB binary
- The package must have at least one . separator [Android Studio]
- Create assets folder in Android Studio
- How to remove Floating Action Button Android Studio Blank Activity Template
- [Event Log] Android Studio performance could be improved
- The selected device is incompatible : Android Studio
- Disabling Spell Check in Android Studio
More Posts:
- How to create Toast messages in Android? - Android
- [macOS] Change homepage Macbook Safari Browser - MacOS
- How to Adjust macOS System Font Size - MacOS
- Sharepoint Server 2016 installation Prerequisites with download links - SharePoint
- Set width and height for the label in tkinter - Python
- Share Image to WhatsApp with Caption from your Android App - WhatsApp
- Error : Facebook SDK AndroidRuntime?FATAL EXCEPTION: main - Android
- Android Studio emulator/Device logCat logs not displayed - Android-Studio