Android Studio not showing modules in project structure

后端 未结 16 963
醉酒成梦
醉酒成梦 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:34

    Update 19 March 2019

    A new experience someone has just faced recently even though he/she did add a library module in app module, and include in Setting gradle as described below. One more thing worth trying is to make sure your app module and your library module have the same compileSdkVersion (which is in each its gradle)!

    Please follow this link for more details.

    Ref: Imported module in Android Studio can't find imported class

    Original answer

    Sometimes you use import module function, then the module does appear in Project mode but not in Android mode

    So the thing works for me is to go to Setting gradle, add my module manually, and sync a gradle again:

提交回复
热议问题