Background
Google has a website for all of the AOSP apps here, which includes its launcher, contacts etc...
The problem
I'd like to know how to import those apps. More specifically, the launcher and the contacts apps (though I'd also like to know about others too).
Thing is, it's not that simple. You can't just import the cloned project and that's it. Even if you use Eclipse (which seems like the official tool used on those repositories, according to the folders hirerchy ) it doesn't work as easily.
What I've found
I've found an old post regarding how to import the launcher (version 4.4.x) , but it's using Eclipse and I think require Linux to build some files.
I've tried to import using Eclipse, but for some reason I couldn't get to use a working "protobuf" library. I've tried to use a jar from here, but it didn't succeed importing it.
There is also a nice third party library that has an imported version of the launcher app, but currently it's a bit behind as it's based on Kitkat (4.4) and not Lollipop (5.0) .
The question
How do you import those projects? Is there an easy way? Would it work even on Windows OS and Android Studio ?