new project wizard Android Studio as of 09202024
While in the New Project Wizard, do not choose the "Empty Activity". Instead, choose the "Empty Views Activity" template. This will allow you to select your language preference. So you don't have to build from scratch to use Java. You can also do what the others proposed and start from scratch. There are no rules here but it does increase the barrier of entry into Android development.
TANGENT => After some exploration I found that Android Studio color coded the templates in the wizard. Any purple banner'ed template do not have a field that allows the developer to choose their language preference. Any green banner'ed template allows the developer to choose their language preference.
I attempted some screen shots but this platform is understandably harsh on noobs to it. I guess I need some cred... hopefully I get some from this effort :)
the next form when a green banner'ed template is selected
the next form when a purple banner'ed template is selected