If you are new to Android Studio and wondering how to delete a project from the Recent Projects that is displayed on the Welcome to Android Studio screen, follow the steps,

Delete Android Studio Project from List
- Open Android Studio Welcome Screen,
- Just hover you mouse over the Project under the list "Recent Projects" at the right (do not click)
- Now press, Delete, you will get an Alert window "Remove the project from recent project list?", click yes!
- Thats it! Note that the project will just be removed from the list and not from the HDD.
More Posts related to Android-Studio,
- Step-by-Step: How to install Flutter in Android Studio
- [Android Studio] How to locate code for activity_main.xml
- [Event Log] Android Studio performance could be improved
- Android Studio emulator/Device logCat logs not displayed
- Show Android Studio Emulator in a Separate Window
- Android Studio SDK Build-tools 23 rc2 not getting installed
- Android Emulator Screenshot saved location
- [Android Studio] Error: Missing system image on device
- Android Studio NoClassDefFoundError: java.awt.Toolkit
- Android [SDK Manager] The system cannot find the path specified
- [Android Studio] Could not automatically detect an ADB binary
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
- [Android Studio] MainActivity does not exist
- How to enable line numbers in IntelliJ Android Studio for all files
- Android Studio - Installed build tools revision 31.0.0 is corrupted. Remove and install again using the SDK manager.
- Android Studio setup was canceled - How to resume
- Your Android SDK is missing, out of date or corrupted SDK Problem
- Locate MainActivity Java or Kotlin file in Android Studio
- How to Determine Android Studio Gradle Version
- Delete Android Studio Projects
- [Android Studio] Button on click example
- Create assets folder in Android Studio
- Disabling Spell Check in Android Studio
- How to save IntelliJ IDE Console logs to external log file
- How to install Android Studio Chipmunk and SDK tools on macOS (2021.2)
More Posts:
- Java JDK 21 - The Latest LTS Version - Java-JDK-21
- Notepad++ display files on tab bar as horizontal instead of vertical - NotepadPlusPlus
- [Solutions] Android Error in an XML file: aborting build. Eclipse SDK - Android
- How to reset an Apple Watch without an iPhone - Apple
- [fix] Spring Boot Data JPA - No identifier specified for entity - Java
- 5 Programming Languages to Learn in the Year 2021 - News
- Python Hello World! Program with code example (snippet) - Python
- How to Parse XML String in Python - Python