Reputation: 3330
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
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
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...
Upvotes: 7