When I try to clone a shared project with bitbucket, I copy the project link and paste it into the terminal.

Cloning into 'arubailo_fourthtask' ... remote: Counting objects: 451, done. remote: Compressing objects: 100% (318/318), done. Receid 0 (delta 0) Receiving objects: 100% (451/451), 5.90 MiB | 466.00 KiB / s, done. Resolving deltas: 100% (154/154), done. Checking connectivity ... done.

It seems like everything should be copied. But the Android repository is empty. But if I turn into Project Files, I see that the project is copied, but not entirely correct.

enter image description here

Tell me how it is possible to fix this and start.

  • And what is the "android repository"? And how did you understand that it was incorrectly copied? - KoVadim
  • @KoVadim well, in the AS itself, and even on the screen above the files itself there are "Android" and "Project files". And it is incorrect because I can not run in this form the project. Then if I understand correctly two projects in one chtoli. - Morozov
  • Maybe there should still build to perform, the project is probably going to, some modules are loaded there? They are not added to git. - Mikl 2:58
  • @Mikl um, and how to do this build then? and what are the possible modules in question? - Morozov
  • try the >gradle build in the project directory. the list of modules, dependencies and all this is most likely in settings.grundle. In any case, you need to install grundle, if you haven't installed it. - Mikl

0