I have cloned a project from GitHub and am trying to configure the Android component with Android Studio and the IDE does not work properly. The Gradle button does not show up, I many references are unresolved, my AVD is not recognized and the android module does not even show up in the project.
I configured all dependencies, tried setting folders are sources, creating new modules, restarting IDE but nothing works. I need Android Studio to actually recognize the project and show me the relevant options. This is a C++ project by the way so I am using the NDK to set it up.
You can see from highlighted areas of the screenshot that the android module does not show up and I can't run the "app" as I normally would. There is only a directory name there.