It\'s possible to add pure Java module to existing Android project.
But is it possible to create pure Java project with no Android dependencies?
Easiest method is to temporarily disable the Android Support Plugin. Un-check Configuration > Plugin > Android Support Plugin After restarting close any current project and you will get the new project wizard with all of your non-android options. Once your new project is created you can re-enable the Android plugin.