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?
The answer by Aleksander worked for me. Thanks Aleksander. I further needed to create a package and add a new java class to it before Step 5. Then in Step 6, I used that java class as the MainClass.