Android Studio not showing modules in project structure

后端 未结 16 1153
醉酒成梦
醉酒成梦 2020-12-29 17:58

I am using Android studio and I want to add module to my project like \"action bar Sherlock\" or jar files, but when I opened the project structure there is no module or lib

16条回答
  •  醉酒成梦
    2020-12-29 18:27

    Go to File->Project Structure-> Project Settings -> Modules.

    Click on the green colored + and add new module. select Application module and set the content root to your project module.

    Click next and then finish.

    Reference

提交回复
热议问题