Johnny Doe
Johnny Doe

Reputation: 3330

How i can create Android Sample Project in Android Studio

Is there any easy way to create(import) Android Sample Project (in eclipse terminology) in Android Studio? I mean something like eclipse New Project->Android Sample Project dialog

Upvotes: 9

Views: 19003

Answers (2)

Maragues
Maragues

Reputation: 38324

On Android Studio 1.0.2

File -> Import Sample...

Then, if you are looking for Support Samples, these live under

/sdk/extras/android/support/samples/

You'll need to go to File -> Import Project...

Some of them still have Eclipse project structure, but AS will take care of that.

Upvotes: 3

Padma Kumar
Padma Kumar

Reputation: 20041

Have you installed the samples for the SDK from your Android SDK Manager? Instructions for doing so can be found here.

After those are installed, you can use the menu File->Import Project...

installing SDK samples

Upvotes: 7

Related Questions