2

I have a project in bitbucket that I imported from git. But I get the following error that says my manifest file is not found:

enter image description here

But this is very puzzling since the manifest file is right there under the res directory.

Can someone please explain what is wrong here?

UPDATE:

When I imported the projected it said it failed to load the app.iml module and c4k.iml module. Does this have any importance?

user2456977
  • 3,830
  • 14
  • 48
  • 87

2 Answers2

0

I always try not to use the IDE. So try using the command line.

  1. Simply git clone <repo> the repo
  2. Then, in Intellij/Android Studio, File -> Import Project -> Select the build.gradle
Jared Burrows
  • 54,294
  • 25
  • 151
  • 185
0
  1. Alt + F12 to open the console in android studio.
    OR open the console app (cmd on Windows, terminal on OS X, shell on Linux)
  2. git clone <here paste the repo URL from the GitHub page >
  3. Import by instruction in the other answer.
Nick Volynkin
  • 14,023
  • 6
  • 43
  • 67