How To Open Recent Project in Android Studio

How To Open Recent Project in Android Studio

Open an existing Android Studio project in Android Studio that are used two different steps:

Step 1: Open Recent Projects :

Firstly, open the Android Studio. You will see Welcome to Android Studio on your computer screen. After that we could open an existing android studio project in Android Studio from “Recent Projects” directly. Just click the file name in recent projects which you want to open.

Recent Projects in android studio

How To Open Project Not Present In Recent Projects:

Step 1: Open Android Studio. After that you Click on “Open an existing Android Studio project”.

Open an existing Android Studio project in android studio

Step 2: After that Select the File location where your file is located. We located and selected “HelloAbhiAndroid” project and then Click OK.

Important Note: Alternatively you can also prefer opening build.gradle file to open project.

Select the file location in android studio

Step 3: After that click on Projects >> app and then Click java and choose “MainActivity” file. Here your java file for coding Android programming  will be opened.
After that click Ok then click app then click java

Step 4: After that Click res and then click layout and choose activity_main.xml file. Here your xml file for designing Android UI will be opened.
After that click Ok then click res then click layout

How to Open a project when project is Already Open in Android Studio

Step 1: Click on File and then Click on Open.

Open project when project is already open

Step 2: Rest all the steps to Open project is same as we discussed earlier in this article.