Unable to add modules to project structure in Android Studio

The structure project window does not display all the parameters, and I cannot add libraries or modules.

Check image: enter image description here

And this is how it should look with all parameters: enter image description here

I am trying to fix this reinstall of androidstudio, but it did not work. I am using Android Studio 2.9 and I already have a working ABS, but I can not do the work of HoloEverywhere

Is there any solution to this problem? Thanks in advance

+8
android-studio android-library project-structure android-holo-everywhere
source share
1 answer

Make the right mouse Click on the visible package, then select "Open module settings" - this will give you the opportunity to add the module.

I added a screenshot to show what I mean.

enter image description here

This is a workaround, but it gives you the ability to add a module to the project.

+4
source share

All Articles