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.
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”.
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.
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.
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.
How to Open a project when project is Already Open in Android Studio
Step 1: Click on File and then Click on Open.
Step 2: Rest all the steps to Open project is same as we discussed earlier in this article.