如何将 ZIP 文件导入 Android Studio?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/24768633/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 08:43:12  来源:igfitidea点击:

How to import a ZIP file to Android Studio?

androidimportzipandroid-studio

提问by The B

When I try to import a ZIP folderto 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?

当我尝试导入一个ZIP文件夹Android Studio中,我总是收到消息“无法导入任何东西从...”。该短语出现在所有 ZIP 文件中,我找不到该问题的任何解决方案。ZIP 文件来自教程。那么如何将这些文件导入AS呢?

I hope you can help me

我希望你可以帮助我

回答by The B

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

解决了它,感谢 Eefret。我提取了 Zip 文件并导入了其中的文件夹。