If you are looking for the location where JDK is installed or want to change the default location set in Android Studio then follow the below-given steps :
- One Android Studio, You would get the Welcome Screen.
- Under Quick Start, select Configure.
- Now click on Project Defaults.
- Click on Project Structures.
- Now you with get a window with JDK Location, if you are on Mac OS X the location is something like /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home
- Change the location and Apply Changes.

- JDK Location in Android Studio
- How to install Android Studio Chipmunk and SDK tools on macOS (2021.2)
- [Android Studio] MainActivity does not exist
- [Android Studio] Hardcoded string Button, should use @string resource
- Android Studio : Connection Error : Failed to download patch file
- [Android Studio] Could not automatically detect an ADB binary
- Show Android Studio Emulator in a Separate Window
- Android Emulator Screenshot saved location
- How to Import External Jars to Android Studio Project
- How to remove Floating Action Button Android Studio Blank Activity Template
- Error running 'app': No target device found.
- Use Netbeans keyboard shortcuts in Android Studio
- Instant Run requires Tools | Android | Enable ADB integration to be enabled
- [Solved] Error launching studio
- [Android Studio] Error: Missing system image on device
- Android Studio 1.3 beta now Available for Developers
- Android Studio : Change FAB icon color : FloatingActionButton
- Android Studio emulator/Device logCat logs not displayed
- Delete Android Studio Projects
- Android Emulator window was out of view and was recentered
- Android Studio NoClassDefFoundError: java.awt.Toolkit
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
- Android Studio : Implement abstract methods shortcut
- Check Android Studio App is M1/M2 Chip based post installation
- Android Studio: Cannot perform refactoring operation
- Replace delimiter with new line in Notepad++ - NotepadPlusPlus
- Implementing Bubble Sort Algorithm using Java Program - Java
- Check Internet Connection WIFI 4G is active on Android Programmatically - Android
- [Fix] Spring Boot: mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - Java
- Java: The value of the local variable string is not used - Java
- ls command sort by file size [Linix/UNIX/macOS/bash] - Linux
- How to replace with space - HowTos
- How to run React Native App using Android Studio Emulator - Android-Studio