Correct way to import a Google sample Android project to Android Studio
android, android-studio
Solution
Android Studio v1.0+ now offers easy importing of the sample projects via File->Import Sample.
Update: Since v1.3 (roughly), the option can now be found at `File->New->Import sample`. (Thanks to @johanvs)
Problem
I want to play with the sample project at http://developer.android.com/training/location/receive-location-updates.html, LocationUpdates.zip, in Android Studio. I have tried to use File > Import Project but end up with a load of errors: There are many questions about importing an Eclipse project to Android Studio but following those didn't help me.