How to import a ZIP file to Android Studio?

android, android-studio, import, zip

Solution

Solved it, thanks to Eefret. I extracted the Zip files and imported the folder that was in it.

Problem

When I try to import a ZIP folder to the Android Studio, I always receive the message "Cannot import anything from...". That phrase appears by all ZIP files and I can't find any solution to that problem. The ZIP files are from a tutorial. So how can I import those files to AS? I hope you can help me

Original source