Android Studio does not show project structure

3

I have uploaded my project to bitbucket in Android Studio that is on another PC (Mac) and here my problem :. I'm downloading it from bitbucket to Android Sstudio on another PC (Windows) and I download the files but it does not show me the structure of the project.

    
asked by Darce 19.12.2016 в 00:52
source

1 answer

2

Ensure that the settings.gradle and build.gradle files are versioned to identify your project, since these are the ones that configure the project.

Click where it says Android and select some type of display, usually Project or Android is used.

    
answered by 19.12.2016 / 22:05
source