Skip to content

How to open a project in Android Studio

David Griffiths edited this page Apr 18, 2015 · 7 revisions

There are two ways to open a project:

From the Studio project dialog

This is the screen that appears the first time that you open Android Studio. You will also see it if you close your current project(s).

  • From the project dialog choose the second option: Open an existing Android Studio Project

  • In the file dialog that appears, navigate into the project directory of the project (the one that contains the app folder)

  • Click Choose

From the file menu

You this method if you already have a project open.

  • Choose File/Open from the menu

  • In the file dialog that appears, navigate into the project directory of the project (the one that contains the app folder)

  • Click Choose