how can i create a directory structure like
Src / home / java / com.L33Tcode.example / adapters
SRC / Main / Java / com.L33Tcode.example / Snippets
Android studio seems to for some reason not want me to have the source folders inside the package folder. Also, if I want to have jni libraries and native C ++ code, how can I get this inside the same package. Android studio is a great program, but the directory structure is really confusing, please help. Right now, my project doesnโt even have a folder with folders, and none of the sources has a โpackageโ at the top, but everything seems to be fine.
source share