从 git 导入项目缺少清单文件

import project from git is missing manifest file

我在 bitbucket 中有一个项目是从 git 导入的。但是我收到以下错误消息,提示未找到我的清单文件:

但这很令人费解,因为清单文件就在 res 目录下。

有人可以解释这里有什么问题吗?

更新:

当我导入投影时,它说无法加载 app.iml 模块和 c4k.iml 模块。这重要吗?

我总是尽量不使用IDE。所以尝试使用命令行。

  1. 只需 git clone <repo> 回购
  2. 然后,在 Intellij/Android Studio 中,File -> Import Project -> Select the build.gradle
  1. Alt + F12 在 android 工作室中打开控制台。
    或打开控制台应用程序([=21= 上的 cmd,OS X 上的终端,Linux 上的 shell)
  2. git clone <here paste the repo URL from the GitHub page >
  3. 按其他答案中的说明导入。