Adding java folders to android studio project

前端 未结 3 1766
忘了有多久
忘了有多久 2020-12-16 12:14

Started working on my first project using Android Studio instead of Eclipse ADT. I would like to add sub folders to contain java.classes in order to structu

3条回答
  •  抹茶落季
    2020-12-16 12:46

    IntelliJIdea mixes packages and directories.

    So, right click on the java folder, click new - 'Package', then add your directory.

提交回复
热议问题