Skip to content

Commit 35bd00d

Browse files
committed
Add instructions how to open in Android Studio
Addressing issue: android#47
1 parent e03871f commit 35bd00d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ app, the size and experience of your team, the amount of maintenance that you
5757
foresee, whether you need a tablet layout or support multiple platforms, how
5858
compact you like your codebase, etc.
5959

60+
## Importing the project in Android Studio
61+
62+
In order to open the project in Android Studio, first checkout one of the feature branches (<code>master</code> won't compile), and then choose to import the <code>todoapp/</code> inner folder, NOT the parent <code>android-architecture/</code> folder.
63+
64+
* eg. <code>git clone [email protected]:googlesamples/android-architecture.git</code>
65+
* inside the repository folder, checkout the branch of your interest, eg. 'todo-mvp' - <code>git checkout todo-mvp</code>
66+
* <code>todoapp/</code> folder should appear, which is the project app's folder
67+
* start Android Studio and choose 'Import project...'
68+
* point at the <code>todoapp/</code> folder, NOT the parent <code>android-architecture/</code> folder
69+
6070
## Who is behind this project?
6171

6272
This project is **built by the community** and curated by Google and core maintainers.

0 commit comments

Comments
 (0)